Find
You are looking at a command called do
do {text}
Do something instead of saying something.
do claps his hands
read the book of communication
Created by
wolis
, last updated 13 Oct 2009
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;