Dan(Tasanar)

Moderator
I thought I had asked this before and combed through my posts here but could not find it.

How would I word the command to global change spawn times.

Want a min of 1 second

and a Max of 6 minutes.

Thank you!
 
I thought I had asked this before and combed through my posts here but could not find it.

How would I word the command to global change spawn times.

Want a min of 1 second

and a Max of 6 minutes.

Thank you!
[global set MinDelay 00:00:01 where xmlspawner
[global set MaxDelay 00:06:00 where xmlspawner

The safest way to do it, would be using XmlFind though
 
Back