This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
i am trying to learn how to use the SC2 map editor by creating a basic map.
so i want to make a region that when a unit enters, the unit will receive max health. i have tried this many ways but i just cant get it right.
Does anyone know a away to do this? thanks in adavnce.
Healing Region Events Unit - Any Unit Enters (Entire map) Local Variables Conditions Healing Region = Triggering Region Actions Unit - Set (Triggering unit) Life (Percent) to 100.0
Edit: Noticed that I had set up a variable instead of condition.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
you sir, are a god!
@willuwontu: Go
how can i make this trigger fire periodically once the unit has entered the region?
Set unit property action
thanks,how can i make this trigger fire periodically once the unit has entered the region?
Jut have the whole thing a periodic event.
Event- every 1 second Action- pick all units in desired region and do actions: set picked unit health to 100%
@joey101d: Go
i tried doing that but it keeps bringing up errors in game
@Bayly: Go
Post a pic of the trigger then, sounds right to me
so i have gone back to my original trigger (without periodic timer) tell me what i must change
Healing region
events {unit - any unit enters region 001}
variables {healing region = region 001 <region>}
conditions
Actions {unit-set (triggering unit) life (percent) to 100.0} --------------- Edit : nevermind i figured it out. thanks dude !
i am trying to learn how to use the SC2 map editor by creating a basic map.
so i want to make a region that when a unit enters, the unit will receive max health. i have tried this many ways but i just cant get it right.
Does anyone know a away to do this? thanks in adavnce.
Edit: Noticed that I had set up a variable instead of condition.
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
you sir, are a god!
@willuwontu: Go
how can i make this trigger fire periodically once the unit has entered the region?
Set unit property action
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
@willuwontu: Go
thanks,how can i make this trigger fire periodically once the unit has entered the region?
Jut have the whole thing a periodic event.
Event- every 1 second Action- pick all units in desired region and do actions: set picked unit health to 100%
@joey101d: Go
i tried doing that but it keeps bringing up errors in game
@Bayly: Go
Post a pic of the trigger then, sounds right to me
@joey101d: Go
so i have gone back to my original trigger (without periodic timer) tell me what i must change
Healing region
events {unit - any unit enters region 001}
variables {healing region = region 001 <region>}
conditions
Actions {unit-set (triggering unit) life (percent) to 100.0}
--------------- Edit : nevermind i figured it out. thanks dude !