Find
You are looking at a command called me
me {text}
Do something instead of saying something.
me claps his hands
read the book of communication
Created by
wolis
, last updated 22 Apr 2008
Code
get $text;
if $text ne '' then doit else fail;
##doit:
say 'action',"[$actor] $text";
##fail:
var $text to (claps,dances around the room,sits down);
runsub doit;