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