Journal & quest persistence
Journal & quest persistence
This commit is contained in:
23
_module/nss/ra_greet_new_pc.nss
Normal file
23
_module/nss/ra_greet_new_pc.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//::
|
||||
//:: ra_greet_new_pc
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//::
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
//::
|
||||
//:: PC has had the "newbie" convo & free money
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
//::
|
||||
//:: Created By: Jaysyn
|
||||
//:: Created On: 20220617
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
SetLocalInt(oPC,"Spoke2Greeter",GetLocalInt(oPC,"Spoke2Greeter") + 1);
|
||||
}
|
Reference in New Issue
Block a user