west: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
;west [<number>]
==west==
The '''west''' command will have Kore attempt to move the specified steps west.


:<number> can be any positive integer.
===west [<number>]===
: '''<number>''' is optional, but must be any positive integer if specified.
: Kore will attempt to move west'''<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|west 10
|Attempt to move west 10 steps.
|-
|align=center|west
|Attempt to move west 5 steps.
|}
 
=== See Also: ===
[[:Category:Movement]]


:Kore will attempt to move to the <number> steps to the west. 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]]

Revision as of 22:42, 21 January 2010

west

The west command will have Kore attempt to move the specified steps west.

west [<number>]

<number> is optional, but must be any positive integer if specified.
Kore will attempt to move west<number> steps. If <number> is omitted, Kore will automatically use 5 for <number>.

Examples:

Command Description
west 10 Attempt to move west 10 steps.
west Attempt to move west 5 steps.

See Also:

Category:Movement