Description Usage Arguments Examples
Move the player in the direction of the player heading
1 | moveForward(player_id, distance = 1)
|
player_id |
An integer with the player id |
distance |
The distance to move the player |
1 2 3 4 5 | ## Not run:
initHeading(myid)
moveForward(myid, 0.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.