Variables
Methods
remove (x:Int, y:Int, index:Int = -1):Program
is special case of removing an object from a container. i specifies the index of the container item to remove, or -1 to
remove top of stack.
- @param x
- @param y
- @param index
- @return Program
self (index:Int = -1):Program
Use action on self (eat) or add clothing
Parameters:
index |
---|
Returns:
Program
specialRemove (i:Int = -1):Program
is special case of removing an object contained in a piece of worn clothing.
* @param i
* @return Program