- Joined
- Feb 12, 2007
- Messages
- 99
Hi, i am a new in JASS and i started really for two days and now i have a strange matter with local variable, i used globals variable before for a big trigger bug now i want to reduce these trigger for reduce leaks and my matter is :
The probleme is the syntax, event if i writte the code like that he tell that it's wrong ! What's the matter ?
(i searched in other thread but i didn't find my answer...only for global...)
Help me please !
JASS:
function Trig_CitizensNumber2_Actions takes nothing returns nothing
local unit array RandomHouse[8]
local group array GroupHouse[8]
The probleme is the syntax, event if i writte the code like that he tell that it's wrong ! What's the matter ?
(i searched in other thread but i didn't find my answer...only for global...)
Help me please !