View Single Post
Old September 17th, 2006, 07:36 PM   #3
schlo01
 
schlo01's Avatar
 
Join Date: Sep 2004
Location: Dyron
Posts: 242
Re: Ring Suggestions

Quote:
Originally Posted by marct
I would love events for sequences like:

'NPC' reaches end of 'Route'
'NPC' enters 'Place'


Can I have my Compass in Editor Mode? I would love to be able to see how far things are apart. Especially for figuring aggro distances and all.

There is something that might help you.
When a NPC follows a path, a sequence is generated. You could assign an event to the NPC. When the NPC reaches an endpoint the sequence ends and there is an event for this:
NPC->End of Activity->Seq1->Follow Route Route1
or
NPC->End of Sequence->Seq1

I used this to let a NPC run to a location and stop there (using an empty sequence which is executed when the "End of Activity->Seq1" event occurs), otherwise the NPC would run back and repeat the sequence.


For your "'NPC' enters 'Place'" problem, I would say the "Zone Trigger" is what you need.

Carfesch
__________________
Carfesch


"Das Leben ist eine endlose Aneinanderreihung von demütigenden Niederlagen, bis man sich nur noch wünscht Flanders wäre tot"
Homer J. Simpson
Amerikanischer Philosoph ca. 2000 n. Chr.


schlo01 is offline   Reply With Quote