east: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Technology (talk | contribs) |
||
Line 1: | Line 1: | ||
==east== | |||
The '''east''' command will have Kore attempt to move the specified steps east. | The '''east''' command will have Kore attempt to move the specified steps east. | ||
===east [ | ===east [<number>]=== | ||
: ''' | : '''<number>''' is optional, but must be any positive integer if specified. | ||
: Kore will attempt to move east ''' | : Kore will attempt to move east '''<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 26: | Line 26: | ||
[[Category:Character Control]] | [[Category:Character Control]] | ||
[[Category:Movement]] | [[Category:Movement]] | ||
Revision as of 22:13, 15 November 2010
east
The east command will have Kore attempt to move the specified steps east.
east [<number>]
- <number> is optional, but must be any positive integer if specified.
- Kore will attempt to move east <number> steps. If <number> is omitted, Kore will automatically use 5 for <number>.
Examples:
Command | Description |
---|---|
east 10 | Attempt to move east 10 steps. |
east | Attempt to move east 5 steps. |