move
Jump to navigation
Jump to search
The move
script command is used to adjust the world position for an entity. This command has no effect on the player entity as the position is overwritten each frame.
Usage
move <dx*> <dy*> <dz*>
Context: Any Entity
Parameters:
Parameter | Type | Description |
---|---|---|
dx |
number or variable |
Value to add to the entity's x position |
dy |
number or variable |
Value to add to the entity's y position |
dz |
number or variable |
Value to add to the entity's z position |