| 09-01-2003, 08:12 PM | #1 |
Is it possible to use dialogue button arrays? Or Dialogue Arrays? I've tried it, but it doesn't want to work. I really need this, or else I'm going to be putting in variables for the rest of my entire life. Is there anyway to get this to work? Thanks Eriond |
| 09-01-2003, 08:28 PM | #2 |
It's a well known bug (at least in RoC) that certain variable types doesn't work in the array mode. I'm not sure the dialog is one of them, but they should all be fixed in TFT. |
| 09-01-2003, 08:55 PM | #3 |
All arrays do and did work. It is just that for some arrays you need to call initialization functions which are not available in GUI, so you had to use JASS. Since TFT you can specify the range of the array that you wish to use and the initialisation functions are properly called. |
| 09-01-2003, 09:19 PM | #4 |
So bascially what you're saying is that I don't have to use JASS if I specify the size of the variable array? |
| 09-01-2003, 10:18 PM | #5 |
Yes, AFAIK if you specify the range of the array when creating it in GUI WE will call the initialization functions for you. |
