I need Help creating the auto spawns but i dont know how to do that some one plz help me! i tried to make normal games but not as fun as Hero Defence games so if u help me i would really apprecaite it
I need Help creating the auto spawns but i dont know how to do that some one plz help me! i tried to make normal games but not as fun as Hero Defence games so if u help me i would really apprecaite it
Translation:
Quote:
Originally Posted by ThisOneVietBoi
I need help making monsters spawn like they do in hero defence style maps. I tried making melee maps but they're not as fun as hero defence maps so if you could help me I would really appreciate it.
That degree in internet linguistics is handy sometimes.
-*meow*
__________________
[04-08-02] LiOneSS: Rao Dao Zao, ROGUE IS THE STUFF YOU PUT ON YOUR LIPS :D
well for monster spawns, its handy to make a unit-type variable with an array, and go fill in those variable arrays with unit types at the start of the game (melee initiaziation as event) so you can later on use those unit-types to spawn.
to spawn the units, you need to take the action "create unit" choose the variable array to pick the unit type, then fill in an amount and a place (like a region or a map cooirdinate).
you could possibly make the event for the unit creation, periodic, but this is basicly how you create spawns.