HoS_PRC8/_mod/_module/nss/wazoo_c_hasiw.nss

7 lines
164 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
object oItem=GetItemPossessedBy(GetPCSpeaker(),"x2_it_cmat_ironw");
if (oItem!=OBJECT_INVALID) return TRUE;
return FALSE;
}