8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (GetLocalString(OBJECT_SELF, "sOwner") != CharacterDB(oPC)) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|