Toy.Move
Moves an Admin Toy relative to its rotation.
Syntax
Toy.Move *toy_reference x_position y_position z_position
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
toy reference | Yes | a reference to AdminToy object. | |
x position | Yes | Any number | |
y position | Yes | Any number | |
z position | Yes | Any number |
Details
E.g. "Toy.Move *toy 0 0 1" would move the referenced toy 1 unit (meter) forward.
Possible errors
- The Admin Toy hasn't been spawned yet or doesn't exist anymore.
On a running server
Use serhelp Toy.Move to inspect the reference generated by your installed SER version.