HoS_PRC8/_mod/_module/nss/merc_still_waiti.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
194 B
Plaintext

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