UW2_PRC8/_module/nss/isoldgambler.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -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
}