I'm trying to get a mob to respond when a player uses the "ask" command to interact with them.
I've tried using a speech type trigger, but can't get it to respond to "ask", only to "say".
I've tried using a command type trigger, but can't get it to respond to "ask". %cmd.mudcommand% == ask never seems to evaluate true, nor does %cmd% == ask
I've tried using an action type trigger, but can't get it to respond to putting "asks you" in the argument, using either a 0 or a 1 numerical.
How do I get a mob to respond to the "ask" command?
e.g. I type in "ask MisterMobile goodies", which sends "NhytFahl asks you, 'goodies'" to the mob, and the mob responds by executing the command "whisper %actor.name% The goodies are hidden under the rock."