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
(1)Elevator Demo.w3x
Variables
Quest Log
Credit
Info
Faq
Elevator
Elevator On
Elevator Off
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
Credit
Events
Map initialization
Conditions
Actions
Quest - Create a Optional quest titled Credits with the description Demo made by Maximusje. , using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
Info
Events
Map initialization
Conditions
Actions
Quest - Create a Required quest titled User guide with the description To switch the elevator on, you must put your footman on the elevator and then put your peasant on the switch. To switch the elevator off, you must put your footman back on the elevator and let your peasant leave the switch. , using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
Faq
Events
Map initialization
Conditions
Actions
Quest - Create a Required quest titled Problems? with the description Q: I can't get my footman back to the wilderness! What am I doing wrong?A: Perhaps you've made your peasant leave the switch before your footman got onto the elevator. Put your footman on the elevator, then let your peasant enter and leave the switch. It should work now. , using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
Elevator On
Events
Unit - A unit enters Elevator_Switch <gen>
Conditions
(Elevator <gen> contains Footman 0001 <gen>) Equal to True
Actions
Destructible - Set height of Elevator 0000 <gen> to 2
Destructible - Close All walls of Elevator 0000 <gen>
Wait 1.00 seconds
Destructible - Open North wall of Elevator 0000 <gen>
Elevator Off
Events
Unit - A unit leaves Elevator_Switch <gen>
Conditions
(Elevator <gen> contains Footman 0001 <gen>) Equal to True
Actions
Destructible - Set height of Elevator 0000 <gen> to 1
Destructible - Close All walls of Elevator 0000 <gen>
Wait 1.00 seconds
Destructible - Open All walls of Elevator 0000 <gen>
Destructible - Close North wall of Elevator 0000 <gen>
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.