Switch to edit mode.
Name(s): can_order_me1: who = args[1]
2: if (!valid(who))
3: return 0
4: endif
5: if ($object_utils:isa(who, #649))
6: return 1
7: endif
8: fork (1)
9: this:say("Who do you think you are?")
10: this:nail(who)
11: endfork
12: return 0