9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (!(GetLocalInt(oPC, "for_statueint") == 0)) return FALSE;
|
|
|
|
return TRUE;
|
|
}
|