int StartingConditional() { object oPC=GetPCSpeaker(); int nDisguised=0; if (GetTag(GetItemInSlot(INVENTORY_SLOT_CHEST,oPC))=="jw_zhent_splint"||GetTag(GetItemInSlot(INVENTORY_SLOT_CHEST,oPC))=="jw_new_zh_robe") { nDisguised=1; } int iResult=nDisguised; return iResult; }