Switch to edit mode.
Name(s): order_tell1: dobj = args[3]
2: prep = args[4]
3: iobj = args[5]
4: if (prep == "to")
5: suspend(1)
6: if ((rec = #1863:get_rec(args[1])) && rec[2] >= 1)
7: this:say("Aye, sir!")
8: suspend(1)
9: this:send_message_to(dobj, iobj)
10: else
11: this:say("Why can't you?")
12: endif
13: endif