Find
You are looking at a command called wish
wish {text}
you can wish for something. If an object near you responds to wishes it may just come true.
eg
wish for a quantum entangler
Created by
wolis
, last updated 01 Jan 2012
Code
get $text;
if $text ne '' then wishit else ponder;
##wishit:
say 'wish',"[$actor] wishes $text";
##ponder:
say 'wish',"[$actor] wishes for something wonderful";