/* Wand limiter */ int StartingConditional() { object oPC = GetPCSpeaker(); if (GetTag(GetItemInSlot(INVENTORY_SLOT_NECK, oPC))!="thornious") return FALSE; return TRUE; }