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