int StartingConditional() { object oPC = GetPCSpeaker(); if (GetItemPossessedBy(oPC, "NW_ITEM_031") == OBJECT_INVALID) return FALSE; return TRUE; }