south: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';south[<number>] :<number> can be any positive integer. :Kore will attempt to move to the <number> steps to the south. If number is omitted, Kore will default to 5 steps.') |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==south== | |||
The '''south''' command will have Kore attempt to move the specified steps south. | |||
:<number> | ===south [<number>]=== | ||
: '''<number>''' is optional, but must be any positive integer if specified. | |||
: Kore will attempt to move south '''<number>''' steps. If '''<number>''' is omitted, Kore will automatically use 5 for '''<number>'''. | |||
: | ===Examples:=== | ||
{| class="wikitable" border="1" cellspacing="0" | |||
|-style=background-color:#F9F9F9; | |||
!Command | |||
!Description | |||
|- | |||
|align=center|south 10 | |||
|Attempt to move south 10 steps. | |||
|- | |||
|align=center|south | |||
|Attempt to move south 5 steps. | |||
|} | |||
=== See Also: === | |||
[[:Category:Movement]] | |||
[[Category:Console Command]] | |||
[[Category:Character Control]] | |||
[[Category:Movement]] |
Latest revision as of 22:34, 26 April 2021
south
The south command will have Kore attempt to move the specified steps south.
south [<number>]
- <number> is optional, but must be any positive integer if specified.
- Kore will attempt to move south <number> steps. If <number> is omitted, Kore will automatically use 5 for <number>.
Examples:
Command | Description |
---|---|
south 10 | Attempt to move south 10 steps. |
south | Attempt to move south 5 steps. |