HoS_PRC8/_mod/_module/nss/merc_thisguardia.nss

6 lines
164 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
if (GetLocalObject(OBJECT_SELF,"oGuardian")==GetPCSpeaker()&&GetLocalInt(OBJECT_SELF,"nState")==0) return TRUE;
return FALSE;
}