You are looking at a command called wonder

wonder {text}

Helps you wonder about things out loud.

eg: wonder how does it all work?

read the command called think
read the command called say
read the command called do
read the command called ponder
read the command called mood


Scripting notes

This sends out the trigger word 'wonders' so if you want a flower to grow if someone wonders near it, do this:

if reacting to wonders then growme;
##growme:
print "[$actor] grows a little bit more";
Code