hi regice27
Just noticed your orb.. nice and simple code.. this is good.
I suggest you use the new concepts we have for responsing to an action.
Insead of ##examines: flee;
Use: if reacting to examines then flee;
Or the more specific variety if you only want it to flee when you exmaine it (not anything in the room as your current one does)
if target of examines then flee;
And if your command is something like use you want to react to, and its the second object referenced use this:
if second of use then flee;