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