RATDOG/_module/nss/ra_greet_new_pc.nss
Jaysyn904 9e1780d1bc Journal & quest persistence
Journal & quest persistence
2022-06-18 01:53:20 -04:00

24 lines
524 B
Plaintext

//::///////////////////////////////////////////////
//::
//:: 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);
}