generated from Jaysyn/ModuleTemplate
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
if(GetLocalInt(oPC,"jandertalked") == 1)
|
|
return FALSE;
|
|
return TRUE;
|
|
}
|
|
|