PoA_PRC8/_module/nss/isoldgambler.nss

12 lines
202 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//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
}