east: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
m (Conversion script moved page East to east: Converting page titles to lowercase)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
;east[<number>]
==east==
The '''east''' command will have Kore attempt to move the specified steps east.


:<number> can be any positive integer.
===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:===
{| class="wikitable" border="1" cellspacing="0"
|-style=background-color:#F9F9F9;
!Command
!Description
|-
|align=center|east 10
|Attempt to move east 10 steps.
|-
|align=center|east
|Attempt to move east 5 steps.
|}
 
=== See Also: ===
[[:Category:Movement]]


:Kore will attempt to move to the <number> steps to the east. If number is omitted, Kore will default to 5 steps.


[[Category:Console Command]]
[[Category:Console Command]]
[[Category:Character Control]]
[[Category:Character Control]]
[[Category:Movement]]
[[Category:Movement]]

Latest revision as of 22:34, 26 April 2021

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.

See Also:

Category:Movement