You are looking at a reply for maksimo

Hi Maksimo,

Sounds like what you want to do is create a new command like 'laugh' or 'hit' or 'think'

This is done like this:
create a command called jump. lock it
within that you basically copy the code out of an existing command that closely matches what you want.. or write one from scratch.

find the command called think script it this should give you a rough idea of how to make a new command.

find command for a complete list of commands people have created - most by me.

Important note: any object that is 'named' will act as a command eg 'create a peanut called jump' will then allow people to jump when they are in the same room as it.

Order of executing commands (or named objects):
1. if there is one inside you, it is run
2. If there is one in your current location, it is run
3. If there is one somewhere in the world, it is run