There's not really not a whole lot to explain here. Everything is explained in foreward.dm
Unless there are any critical bugs, of course, post those on the forum.
ID:81884
Mar 26 2008, 10:00 pm
|
|
Sep 12 2009, 10:05 pm
|
|
XD instead of 'monsterlist=list("goblins","ninjas","guys")' you could do 'monsterlist=list(1="goblins",2="ninjas",3="guys")' so when you do the monsterlist[wave] and if the wave is 1, it will initiate goblins
|
Ssj4justdale wrote:
XD instead of 'monsterlist=list("goblins","ninjas","guys")' you could do 'monsterlist=list(1="goblins",2="ninjas",3="guys")' so when you do the monsterlist[wave] and if the wave is 1, it will initiate goblins It was meant to be a demo, not a full-blown game. |