north
Jump to navigation
Jump to search
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. |