UW2_PRC8/_module/nss/sfcs_helmet_sc.nss

10 lines
177 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
int StartingConditional()
{
string sItemType = GetLocalString(OBJECT_SELF, "ITEM_TYPE");
if (sItemType == "HELMET")
{
return TRUE;
}
return FALSE;
}