i've got a big problem, i'm making a map that is like kinda like island troll tribes, but i can't fix a trigger to add heat (lumber) every second that a hero stands within 500 range to the fire, someone please help me
Events: Every X sec of the game Conditions: -------- Actions: If: .... is withing XXX range of 'Fire Camp' Then: Player - Add Property Else: Do Nothing
RamzaEvents: Every X sec of the game Conditions: -------- Actions: If: .... is withing XXX range of 'Fire Camp' Then: Player - Add Property Else: Do Nothing
what's the point with the dots in .... is withing XXX range of 'Fire Camp'? that is what i don't know, what unit shall it be
well... the main character ofcourse, and i thought u can only control 1 unit in troll tribes. if there r more, then u will have to fill in the hero or main character in the dots. the XXX is the range (the fire gives heat till 200 range or sumthing)
for the 'if': boolean - unit is in rect - for the rect do: convert point with size to rect and the rest is easy
action is easy to
nope it isn't, convert point with size to Rect, but what rect? i know it's in a certain range around a unit, but around what unit? there isn't an option "any unit of typ Fire Camp, and i don't think u mean i shall create a variable for firecamp, right?