Halloween fortune teller: Difference between revisions
Jump to navigation
Jump to search

Bug*:When the Fortune Teller casts the Melee Only spell, any player near a wall will be killed.
Thunder4ik (talk | contribs) m (→top: Unicodifying, replaced: {{language subpage → {{langsp) |
m (Classifying as model entity) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}} {{TF2 topicon}} | |||
{{ | {{CD|CTFHalloweenFortuneTeller|nolink=1|file1=tf_logic_halloween_2014.cpp}} | ||
{{bug|When the Fortune Teller casts the Melee Only spell, any player near a wall will be killed.}} | {{this is a|model entity|name=halloween_fortune_teller|game=Team Fortress 2}} It is a giant {{tfwiki|Merasmus}} head that casts spells on players. | ||
{{bug*|When the Fortune Teller casts the Melee Only spell, any player near a wall will be killed.}} | |||
==Keyvalues== | == Keyvalues == | ||
{{KV Targetname}} | |||
{{KV|Red Teleport Entity|string|Where to teleport the red team.}} | {{KV|Red Teleport Entity|string|Where to teleport the red team.}} | ||
{{KV|Blue Teleport Entity|string|Where to teleport the blue team.}} | {{KV|Blue Teleport Entity|string|Where to teleport the blue team.}} | ||
{{todo|Do these designate actual entities? Should they be <tt>target_destination</tt>s?}} | {{todo|Do these designate actual entities? Should they be <tt>target_destination</tt>s?}} | ||
==Inputs== | == Inputs == | ||
{{ | {{I|EnableFortuneTelling|Enable Fortune Telling.}} | ||
{{ | {{I|DisableFortuneTelling|Disable Fortune Telling.}} | ||
{{ | {{I|StartFortuneTelling|Starts Fortune Telling.}} | ||
{{ | {{I|EndFortuneTelling|Stops current Fortune Telling.}} | ||
==Outputs== | == Outputs == | ||
{{ | {{O|OnFortuneWarning|Sent before a fortune will be told.}} | ||
{{ | {{O|OnFortuneTold|Sent when a fortune is told.}} | ||
{{ | {{O|OnFortuneCurse|Sent when a fortune curses all players.}} | ||
{{ | {{O|OnFortuneEnd|Sent when a fortune has ended.}} | ||
Latest revision as of 04:31, 19 May 2025


![]() |
---|
CTFHalloweenFortuneTeller |
![]() |
halloween_fortune_teller
is a model entity available in Team Fortress 2. It is a giant
Merasmus head that casts spells on players.

Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Todo: Do these designate actual entities? Should they be target_destinations?
Inputs
- EnableFortuneTelling
- Enable Fortune Telling.
- DisableFortuneTelling
- Disable Fortune Telling.
- StartFortuneTelling
- Starts Fortune Telling.
- EndFortuneTelling
- Stops current Fortune Telling.
Outputs
- OnFortuneWarning
- Sent before a fortune will be told.
- OnFortuneTold
- Sent when a fortune is told.
- OnFortuneCurse
- Sent when a fortune curses all players.
- OnFortuneEnd
- Sent when a fortune has ended.