setTempMoveSpeed

fun setTempMoveSpeed(value: Int)

Sets the temporary movement speed for this avatar - this move speed will only apply for a single game cycle. The known values are:

| Type            | Id  |
|-----------------|-----|
| Stationary | -1 |
| Crawl | 0 |
| Walk | 1 |
| Run | 2 |
| Teleport | 127 |

Parameters

value

the temporary move speed value.