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