command <Ask #@AskTarget# to #AskRequest#> msg <Asking #@AskTarget# to #AskRequest#>
Mman wrote:In your code you have #@AskRequest# as an object variable, but “dance†is not an object. So when you type “Ask Mary to danceâ€, Quest finds the object “Mary†and then looks for the object “dance†and doesn’t find it and you get the message “I can't see that anywhereâ€. It would work if you use a text variable instead, like this:
command <Ask #@AskTarget# to #AskRequest#> msg <Asking #@AskTarget# to #AskRequest#>