HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Something for everyone...

08-13-2003, 05:23 AM#1
badomen
Someone should make a TD(tower defence) map where the towers are already built and you have to buy them then upgrade them....better placed towers cost more ect (was going to make this map but got no time)

NEXT: Would it be possible to make a firewall spell? any ideas?

also in a hero seige map (groups of monsters come from North,south,east,west) is there a way to make it random?

eg instead of each wave monsters coming from N,E,S,W they only come from one or two sides and those sides a choosen at random?

thanks for any help
08-13-2003, 07:28 AM#2
XVoltaireX
To make the heroes come from random areas is very easy.

First set a variable, Call it whatever you like. Make it an array.

Then set the Region array to all the regions you would like the monsters to spawn.

-Create Unit..... at Center of (variable(Random Number Between X to X) facing....

It is that easy.