Ok now I have 2 problems here:
Firstly, tooltips, I make a tooltip and then when I test the map warcraft makes up its own random tooltip (see below for an example of this). I have encountered this problem at least twice and have NO idea why it would happen.
Some examples of the tooltips it might give me:
While the actual code looks like:
The second problem is with the spell "Blizzard", I made a spell based of that and it does not even use any triggers but I have set the waves to 60 (yes its alot but its for weather) and then when I create the dummy unit to cast blizzard, it only creates 3 waves. However when I give myself a dummy unit, it works normally.
Firstly, tooltips, I make a tooltip and then when I test the map warcraft makes up its own random tooltip (see below for an example of this). I have encountered this problem at least twice and have NO idea why it would happen.
Some examples of the tooltips it might give me:
JASS:
'[
on9o@SI
<HT
While the actual code looks like:
JASS:
Heals a target friendly non-mechanical wounded unit for <A00F,DataA1> hit points.
The second problem is with the spell "Blizzard", I made a spell based of that and it does not even use any triggers but I have set the waves to 60 (yes its alot but its for weather) and then when I create the dummy unit to cast blizzard, it only creates 3 waves. However when I give myself a dummy unit, it works normally.