Re: Dragonflame 0.3a is out!

A table is literally a list of variables in 1 variable that you dont' have to refer to by variable name.

for example you could have:
enemy1hp=50
enemy2hp=50
enemy3hp=50
enemy4hp=50


or
enemies={50,50,50,50}

This literally declares a table with a list of variables that could be used.

Then you could access them by
enemies[1]=enemies[1]-6000000

URL: http://forum.audiogames.net/viewtopic.php?pid=143855#p143855

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Reply via email to