11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
//Put this on text appears when of next thread
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetLocalString(oPC, "fellnaj") != "1") return FALSE;
|
|
|
|
return TRUE;
|
|
}
|