Extreme 
Grandmaster Poster
  
Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20
SphereCommunity

|
RE: Why do NPCs attacking eachother (Seemingly randomly) run away from each other?
(08-02-2012 04:05 PM)Gil Amarth Wrote: You can try ISTEVENT.
IF (<SRC.TEVENTS.ISTEVENT.e_AI_Hostile>)
It works in my system.
(08-02-2012 04:23 PM)WRWR Wrote: IF (<SRC.isEVENT.e_AI_Hostile>)
I agree with both of you, but, using this function, I think will do 2 operations.
<SRC.ISEVENT.E_AI_HOSTILE> one operation
and the
ISEVENT Function, second operation, that maybe already be a STRMATCH
So, if someone know, whats quickly, do the operation in the condition or call a function to do the operation?
I choose the first one because looks quickly, but I don't know.
STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
|
|
08-03-2012 02:00 AM |
|
|