RoT2_PRC8/_module/nss/at_chk_oldneck.nss

12 lines
150 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "JEWLTOOL") == OBJECT_INVALID) return FALSE;
return TRUE;
}