@MAdJack
Where would you put a simple state chooser like:

If (state=hungry)
PtDep =1;
PtDest = 12;
If (state=thirsty)
PtDep =current;
PtDest = 14;

etc.

etc.


I am not so much concerned about how to write it as I am wondering WHERE in the code you could put it in order for the action to read it and the ai to go somewhere based on time or a particular state.

Any help appreciated

Last edited by TriNitroToluene; 07/14/08 14:30.