7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oMerch=GetLocalObject(GetPCSpeaker(),"oEscortMerchant");
|
|
if (oMerch!=OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|