Halloween event wheel

TravisTouchdown

L2: Junior Member
Apr 15, 2013
68
5
Hello all. I am looking for some help so any kind will be much welcome.

First if there is a topic about this already then I apologize for a double topic. I looked over the first 5 pages but didn't quite see what I was needing.

A map on my server has this thing. The announcer says the wheel. What looks to be a slot machine panel starts to spin and then it stops. The panel it stops on will give the players on the server a bonus like big head or no gravity or mega jump.

I was told that this wheel was added in with the Halloween event 2013 in one the maps. I didn't play on it so I am not sure of the name.

I have de-compiled the map to see what entities he used. I don't really know what I am looking for.

Can someone tell me what I need to add into the map. If there is a tutorial online somewhere that can help me then please point me to it.
 

Tumby

aa
May 12, 2013
1,084
1,192
It's actually from the Halloween 2012 map. (koth_lakeside_event or "Ghost Fort")
The entity you need is "wheel_of_doom". To make it spin, give it a name and get something like a trigger_capture_area and do under the Outputs tab:
My output named: OnEndCap
Targets entities named: (wheel_of_dooms name)
Via this input: Spin
 

henke37

aa
Sep 23, 2011
2,075
515
Last edited:

henke37

aa
Sep 23, 2011
2,075
515
Just send it the Spin input whenever you need it to spin.