//Put this script OnEnter void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; if (GetItemPossessedBy(oPC, "guilesecret")== OBJECT_INVALID) return; ActionStartConversation(oPC, "guileconv"); }