Round based Battlesystem

Started by flrodude, June 01, 2013, 01:06:46 am

Previous topic - Next topic

flrodude

Hello, I was wondering how easy it would be to make either a script that made Blizz ABS round based, or, if it'd be possible, to make a global event to make a round based game.  When I say round based, I mean like Black Ops's zombies.  You must kill all the enemies in a round, then a new round begins with new/harder/different enemies.  Thanks in advance.

G_G

Something like this could be evented. Set a variable to a round number, create a variable that does something like "round number * 2 + (rand(10))", then loop through until it spawns all the enemies. Blizz-ABS has built in functions to create events which can be used to spawn entirely new enemies. This gives you complete control over the entire system without having to rely on a script.