Difference between revisions of "Editing AI code"
| Line 1: | Line 1: | ||
| − | Editing AI Code. AI code for most events will be handled with sexps simple expressions. This is the method freespace 2 | + | Editing AI Code. AI code for most events will be handled with sexps simple expressions. |
| + | This is the method freespace 2's FRED2 uses, and it allows a user through the use of dropdown menus to construct logical arguments as trees. These arguments will need to be predefined in classes and a list of [[required functions]] is available. | ||
Revision as of 04:28, 15 April 2008
Editing AI Code. AI code for most events will be handled with sexps simple expressions. This is the method freespace 2's FRED2 uses, and it allows a user through the use of dropdown menus to construct logical arguments as trees. These arguments will need to be predefined in classes and a list of required functions is available.