Aantioch_Infernum/_module/nss/ck_4_item_worn1.nss

9 lines
159 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))!="sarumkingsguar")return TRUE;
return FALSE;
}