north: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|
(No difference)
|
Latest revision as of 22:34, 26 April 2021
north
The north command will have Kore attempt to move the specified steps north.
north [<number>]
- <number> is optional, but must be any positive integer if specified.
- Kore will attempt to move north <number> steps. If <number> is omitted, Kore will automatically use 5 for <number>.
Examples:
Command | Description |
---|---|
north 10 | Attempt to move north 10 steps. |
north | Attempt to move north 5 steps. |