@verb #9296:"roll" any none none rdo #9296 @program #9296:"roll" any none none if (argstr == "") player:tell("You roll your eyes.") player.location:announce(player:title(), " rolls her eyes.") elseif (player.location == dobj.location) player:tell("You roll your eyes at ", dobj:title(), ".") dobj:tell(player:title(), " rolls her eyes at you.") player.location:announce_all_but({player, dobj}, player:title(), " rolls her eyes at ", dobj:title(), ".") else player:tell("Try that again dear.") endif "Last modified by Ariebeladon (#9296) on Sat Nov 16 10:07:07 2002 MST." .