Difference between revisions of "Ogre Move"
From ISXOgre
Line 1: | Line 1: | ||
<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 |
− | + |
Revision as of 23:30, 19 July 2013
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