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

12 lines
202 B
Plaintext

//The PC Has never gambled before
int StartingConditional()
{
object oPC=GetPCSpeaker();
string sTag=GetTag(OBJECT_SELF);
return (GetLocalInt(oPC, sTag)==1);
//only returns true when variable is 1
}