I am makin a bomberman map and i need some help with bombs. Im planning to have you lay a spidermine every 3 sec onds if there isnt another one on the map. Its makin the explosion that i need help on. I am thinking that i will use move location and after about 4 seconds it will "explode" with observers. But I really do need help with other parts of the explosion, like having it not go through walls. So if you have an idea, please tell me.
Well you can make the arena into squares and each square contains a location the same size. When u bring a spidermine to that location then it will set off the explosion. This will have to done for every single location.
A1-A2-A3
B1-B2-B3
C1-C2-C3
Brings 1 Spidermine to B2:
Remove Spidermine at B2,
create Observer at B1,A2,B3,B2, and C2.
Kill all any unit at B1,A2,B3,B2, and C2.
Preserve.