How do you ask, tell, or order a character something?

MultiIdiot
19 Mar 2021, 22:56

I'm trying to test out the Ask/Tell feature to see if it works, but I can't test it because I don't know how to even commit to the action. Can anyone help by telling me the command or such that the player would use to ask, tell, or order?


mrangel
20 Mar 2021, 13:30

The patterns seem to be:

ask #object# about #text#
tell #object# about #text#

So, for example, the player could type: "Ask Dave about fishing" or "tell guard about football"


Father
20 Mar 2021, 16:44

If you ask or tell the same person a second question or statement you don’t need the name, you can use “ ask him about whatever” ( or her or it)
Handy if his name is Zipperowskiconson


MultiIdiot
20 Mar 2021, 18:59

Alright, thanks for the info.