| 10-24-2004, 07:51 AM | #1 |
Is it possible to create a local array ? When yes, how ? I need this piece of information to get rid of my last globals. thx ^_^ |
| 10-24-2004, 08:33 AM | #2 | |
Quote:
of course it is: local <type> array <name> for example: local integer array I |
| 10-24-2004, 09:32 AM | #3 |
cool thanks, didn't know that. |
| 10-24-2004, 01:26 PM | #4 |
Thanks, works like a dream. Now all my spells are global-exterminated. But wait, the hero revival function could use something .... a local timer window ! Is that possible ? It's not local timerwindow <name>, i already tried that and got compile errors. |
| 10-24-2004, 02:10 PM | #5 | |
Quote:
Why not just use a loop with a wait embedded in it? or do you need it to display a timer? |
| 10-24-2004, 02:15 PM | #6 | |
Quote:
What's a timer window for else ? |
| 10-24-2004, 02:25 PM | #7 | |
Quote:
local timerdialog that is |
| 10-24-2004, 02:48 PM | #8 | |
Quote:
Thanks a lot! Works fine! |
