8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
object oTarget=GetLocalObject(oPC,"oTarget");
|
|
if (oTarget!=OBJECT_INVALID&&oPC!=oTarget) return TRUE;
|
|
return FALSE;
|
|
}
|