Indicates whether the script is running in monkey mode.
<monkey>
This property returns true if the subject is the Inquisit monkey, and false if the subject is humanoid.
The following displays the value of monkeymode in a text stimulus:
<text sometext>
/ items= ("monkeymode = <% monkey.monkeymode %>")
</text>
The following displays the value of monkeymode in an instruction page:
<page somepage>
monkeymode = <% monkey.monkeymode %>
</page>