Find
You are looking at a command called action
action {text}
Allows you to perform an action instead of saying something.
This is the same as
read the command called do
eg:
action floats into the air and hovers for a bit
Created by
wolis
, last updated 24 Jan 2015
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;