i know how to change the spawn but i want it so on wake afer you move the j10 the other one comes stright away is this possable
changing vehicle spawn times
Collapse
X
-
Tags: None
-
Re: changing vehicle spawn times
Something like this what you're looking for?
ObjectTemplate.setObjectTemplate 1 AIR_J10
ObjectTemplate.minSpawnDelay 5
ObjectTemplate.maxSpawnDelay 5
That would make the second plane spawn pretty quickly after the first moves...
Suppose you could even make it less, but I don't know if you need a certain amount of time for the first to clear the area so the new one doesn't blow them both up when it spawns.
Comment