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 monkeMode in a text stimulus:
<text myText>
/ items= ("monkeMode = <% monkey.monkeMode %>")
</text>
The following displays the value of monkeMode in an instruction page:
<page myPage>
monkeMode = <% monkey.monkeMode %>
</page>