8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (GetLocalInt(OBJECT_SELF, "RansomQuest") == FALSE) return FALSE;
|
||
|
return TRUE;
|
||
|
}
|