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