Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Triggers
Levelsystem.w3x
Variables
Level up System
A very Easy system
Power Level Up
Power Level Down
Enter map-specific custom script code below. This text will be included in the map script after variables are declared and before any trigger code.
Name
Type
is_array
initial_value
For newer mappers I made this system incase they want someone to have special controls such as being able to level other players up with a click or two.
Power Level Up
Events
Unit - A unit Is issued an order targeting an object
Conditions
(Issued order) Equal to (Order(smart))
(Unit-type of (Ordered unit)) Equal to Level up
Actions
Hero - Set (Target unit of issued order) Hero-level to ((Hero level of (Target unit of issued order)) + 1) , Show level-up graphics
Power Level Down
Events
Unit - A unit Is issued an order targeting an object
Conditions
(Issued order) Equal to (Order(smart))
(Unit-type of (Ordered unit)) Equal to Down Level
Actions
Hero - Set (Target unit of issued order) Hero-level to ((Hero level of (Target unit of issued order)) - 1) , Show level-up graphics
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.