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