COMMAND DESCRIPTION
Command Name: TILEMOVE
Short Description Moves items relative to their current position.
Usage: - tilemove [z0] x
- tilemove [z0] x[,y]
- tilemove [z0] x[,y][,z]
- tilemove [z0] x[,y][,z][,map]
Z0 is the height where the items should be moved.
Z0 can also be prefixed with any of the following operators:
!=, <, <=, >=, >
If you prefix any of them, only items with a corresponding z value are moved.
The meaning of the operators is the same as in python.
X, Y and Z are the offsets the object should be moved by.
MAP is the new map number.
|