Jump to content

Recommended Posts

Posted

Hello,

I'm wondering about something. If I create a list and sort it like this: sort(ObjectDistanceOrder(m_creature)).

Is it possible to go through the list from the beginning till the end, but let's say with a 200 millisecond delay between each increment?

Example,

List with 3 different objects:

Object 1 ->Say something

- Wait 200 milliseconds before Object 2 executes it's thing

Object 2 ->Say something

- Wait again 200 milliseconds

Object 3 ->Say something

It's a little bit hard to explain but I hope somebody understands.

Posted

First you need an object that updates based on how much time passed like unit/aura/etc. and parameter to hold current position in list on it, then it's same as SD2 timers for events - just move to next element when timer expired

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use