PoA_PRC8/module/nss/sethasgambled.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

16 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sethasgambled
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/28/2008 3:43:50 PM
//:://////////////////////////////////////////////
void main()
{
object oPC=GetPCSpeaker();
string sTag=GetTag(OBJECT_SELF);
SetLocalInt(oPC, sTag, 1);
}