Random22,
You have a variable here (the ?i?):
<Command>for(i=1>
{<command>
Wow, you guys were busy and that ?Flare Unit? trigger looks amazing Pftq.
Thank you for your help Pftq and for your help too Random22.
All these commands in the trigger, is that C++ or some variation of it.
Where can I find literature about it so I can learn the commands and the syntax?
Do you know if Blizzard is using the same trigger syntax for War Craft III?
I have a question about the ?Flare Unit? trigger.
<Param name="Object" dispName="Center Unit" varType="unit">default</Param>
<Param name="Dst" dispName="Radius" varType="string">10.0</Param>
<Param name="UnitId" dispName="Unit Type ID (Optional)" varType="string">-1</Param>
<Param name="FromPlayer" dispName="From Player or 99 for ALL" varType="string">99</Param>
<Param name="ForPlayer" dispName="Flare Player or 99 for ALL" varType="string">99</Param>
I am assuming that ?From Player? is referring to the unit type belonging to a certain player or to all players, am I right?
Can I use 0 (zero) for Gaia player?
I am also assuming that ?For Player? is referring to the player number that we are issuing the flare for, right?
I have a 520 X 520 map.
What should be the radios if I want this effect to work for the entire map and my center unit is in the center of the map?
Is it going to be 260 radios? Is that how it works?
That is the longest trigger I have ever seen, lol.
Great job guys.