Find
You are looking at the command called think
think {text}
Think something instead of
say
ing it or
do
ing it
think what is that person doing?
Created by
wolis
, last updated 03 Dec 2014
Code
get $text;
if $text ne '' then thinkit else ponder;
##thinkit:
say 'think',"[$actor] . o 0 (
$text
)";
##ponder:
say 'think',"[$actor] . o 0 (
I keep thinking its Tuesday
)";