| 08-27-2003, 03:47 PM | #1 |
I want to somehow discern between player made orders and unit AI(in particular)&Trigger made orders. Is this possible? |
| 08-27-2003, 05:57 PM | #2 |
When a trigger fires an Order, add an action to set a flag, then, when scanning for actions, it will ignore those with a true/false flag. Aditionaly, combine this with a trigger que... Have a trigger that is fired run a flag test, then if the flag is true add trigger TRIGGERABILITY and if it is false, add trigger PLAYERABILITY. Associate some variables with them, maybe an array or something? Not sure, work on it. It should be possible *tired* Cata |
