| 12-20-2003, 10:00 PM | #1 |
Well, actually what I need to know is: is it possible to use 3 dimentional arrays in World Edit, and how does one do so. I can work with them well enough, I just need to know how to dim them Thanks |
| 12-20-2003, 10:04 PM | #2 |
Warcraft III has support for 1d arrays only there is no easy workaround for that, you can make a workaround with jass by making a function that takes x, y and z that returns a 1D array index (by calculating with a formula you design) |
| 12-20-2003, 10:06 PM | #3 |
how would you do that and where would I get Jass (sorry, I am not familiar with that program) |
| 12-20-2003, 10:10 PM | #4 |
JASS is the script language warcraft III uses, Triggers are converted to JASS when saving the map. JASS links: Wc3c's JASS forum http://jass.sourceforge.net The JASS functions Vault |
