Difference between revisions of "Ogre Move"
From ISXOgre
LittleOgress (Talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Please note that Ogre Move is no longer going to be updated. It is remaining in place as is so that scripts that currently use it will not be broken. This has been rewritten and renamed into: [[Ogre Nav]].== | ||
+ | |||
<p>General Movement:<br> | <p>General Movement:<br> | ||
There are a few ways to navigate with Ogre Nav.<br> | There are a few ways to navigate with Ogre Nav.<br> | ||
− | :* Basic: Use "ogre move" to navigate. | + | :* Basic: Use "ogre move" to navigate -- uses a map you created with "ogre map". |
:* Advanced: Create a script that loads OgreNav_Lib. Note: This will NOT be covered here. It is for advanced scripters. You can look at OgreMove.iss to see an example.</p> | :* Advanced: Create a script that loads OgreNav_Lib. Note: This will NOT be covered here. It is for advanced scripters. You can look at OgreMove.iss to see an example.</p> | ||
<p>Basic Usage | <p>Basic Usage | ||
− | :* ogre move " | + | :* ogre move namedpoint |
− | :: | + | ::Quotes required for multi-word points (ogre move "named point") -- why do that anyway? |
− | :: | + | ::Requires a target. |
− | + | ::Clearing target stops movement. | |
− | :* | + | :* ogre move list |
− | :: | + | ::List available named points. |
− | :* | + | :* ogre move loc x y z |
− | :: | + | ::Keyword loc allows use of coordinates. |
− | :: | + | ::Do not use commas |
− | :: | + | ::Example: ogre move loc 300-10 -245 |
− | + |
Latest revision as of 21:42, 7 January 2017
General Movement:
There are a few ways to navigate with Ogre Nav.
- Basic: Use "ogre move" to navigate -- uses a map you created with "ogre map".
- Advanced: Create a script that loads OgreNav_Lib. Note: This will NOT be covered here. It is for advanced scripters. You can look at OgreMove.iss to see an example.
Basic Usage
- ogre move namedpoint
- Quotes required for multi-word points (ogre move "named point") -- why do that anyway?
- Requires a target.
- Clearing target stops movement.
- ogre move list
- List available named points.
- ogre move loc x y z
- Keyword loc allows use of coordinates.
- Do not use commas
- Example: ogre move loc 300-10 -245