Journal & quest persistence

Journal & quest persistence
This commit is contained in:
Jaysyn904
2022-06-18 01:53:20 -04:00
parent a5776c69e1
commit 9e1780d1bc
80 changed files with 1972 additions and 45731 deletions

View 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);
}