12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
|
int StartingConditional()
|
||
|
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetLocalString(oPC, "jelst") != "1") return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
|
||
|
}
|