- Joined
- Oct 9, 2008
- Messages
- 112
Hi Guys,
iam new in JASS and have a Question. I already asked a JASSer and he only say "Dunno whats the problem".
I asked him how to set local variables to Global variables. I need this for a DoT system and the Ini trigger is in GUI for my mapping m8 cause hes only skilled in GUI.
Heres the JASS Script which i use and the syntax checks says its wrong with this message:
"Undeclared variable udg_DoT_HealOrDamage"
And the script looks like that:
And a second example its like the first error from the syntax check (Undeclared Variable ... )
And it looks like that:
I hope you can help me to solve my problem.
Ahh i forget the globals will setted in a GUI trigger only 4 remind.
-Atami
iam new in JASS and have a Question. I already asked a JASSer and he only say "Dunno whats the problem".
I asked him how to set local variables to Global variables. I need this for a DoT system and the Ini trigger is in GUI for my mapping m8 cause hes only skilled in GUI.
Heres the JASS Script which i use and the syntax checks says its wrong with this message:
"Undeclared variable udg_DoT_HealOrDamage"
And the script looks like that:
JASS:
local boolean dot_or_hot
set dot_or_hot = udg_DoT_HealOrDamage
And it looks like that:
JASS:
local real ticking
set ticking = udg_DoT_EachIntervall
Ahh i forget the globals will setted in a GUI trigger only 4 remind.
-Atami