10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
|
|
string sTag=GetTag(OBJECT_SELF);
|
|
|
|
return (GetLocalInt(oPC, sTag)==0);
|
|
//only returns true when variable is 0
|
|
}
|