Difference between revisions of "northwest"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';northwest[<number>] :<number> can be any positive integer. :Kore will attempt to move to the <number> steps to the northwest. If number is omitted, Kore will default to 5 step…')
 
m (Conversion script moved page Northwest to northwest: Converting page titles to lowercase)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
;northwest[<number>]
+
==northwest==
 +
The '''northwest''' command will have Kore attempt to move the specified steps northwest.
  
:<number> can be any positive integer.
+
===northwest [<number>]===
 +
: '''<number>''' is optional, but must be any positive integer if specified.
 +
: Kore will attempt to move northwest '''<number>''' steps.  If '''<number>''' is omitted, Kore will automatically use 5 for '''<number>'''.
  
:Kore will attempt to move to the <number> steps to the northwest. If number is omitted, Kore will default to 5 steps.
+
===Examples:===
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!Command
 +
!Description
 +
|-
 +
|align=center|northwest 10
 +
|Attempt to move northwest 10 steps.
 +
|-
 +
|align=center|northwest
 +
|Attempt to move north 5 steps.
 +
|}
 +
 
 +
=== See Also: ===
 +
[[:Category:Movement]]
 +
 
 +
 
 +
[[Category:Console Command]]
 +
[[Category:Character Control]]
 +
[[Category:Movement]]

Latest revision as of 22:34, 26 April 2021

northwest

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

northwest [<number>]

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

Examples:

Command Description
northwest 10 Attempt to move northwest 10 steps.
northwest Attempt to move north 5 steps.

See Also:

Category:Movement