Indicates whether the script is running in monkey mode.
<monkey>
monkey.name.monkeyMode
Read/Write
boolean
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 myText>
/ items= ("monkeyMode = <% monkey.monkeyMode %>")
</text>
The following displays the value of monkeyMode in an instruction page:
<page myPage>
monkeyMode = <% monkey.monkeyMode %>
</page>