Difference between revisions of "northeast"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
;northeast [<number>]
+
==northeast==
 +
The '''northeast''' command will have Kore attempt to move the specified steps northeast.
  
:<number> can be any positive integer.
+
===northeast [<number>]===
 +
: '''<number>''' is optional, but must be any positive integer if specified.
 +
: Kore will attempt to move northeast '''<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|northeast 10
 +
|Attempt to move northeast 10 steps.
 +
|-
 +
|align=center|northeast
 +
|Attempt to move north 5 steps.
 +
|}
 +
 
 +
=== See Also: ===
 +
[[:Category:Movement]]
  
:Kore will attempt to move the <number> steps to the northeast. 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:46, 21 January 2010

northeast

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

northeast [<number>]

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

Examples:

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

See Also:

Category:Movement