Dod preround (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{entity|dod_preround|<!--sprite=1-->|type=point|engine=gldsrc|game=Day of Defeat}} This entity triggers at the start of each round based on the previous rounds ending. ==Key...") |
SirYodaJedi (talk | contribs) No edit summary |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{entity | {{Orphan|date=January 2024}} | ||
{{this is a|logical entity|<!--sprite=1-->|name=dod_preround|engine=GoldSrc|game=Day of Defeat}} This entity triggers at the start of each round based on the previous rounds ending. | |||
==Key Values== | ==Key Values== | ||
Latest revision as of 07:30, 5 December 2025
This article is an orphan, meaning that few or no articles link to it.
You can help by
adding links to this article from other relevant articles.
January 2024
You can help by
January 2024
dod_preround is a logical entity available in
Day of Defeat. This entity triggers at the start of each round based on the previous rounds ending.
Key Values
- Name (targetname) <string>
- The targetname that other entities refer to this entity by, usually via the target, killtarget, and TriggerTarget KVs.
- Trigger if allies won last round (allieswin) <string>
- Entity to trigger if allies won last round.
- Trigger if allies loose last round (alliesloose) <string>
- Entity to trigger if allies lost last round.
- Trigger if axis won last round (axiswin) <string>
- Entity to trigger if axis won last round.
- Trigger if axis loose last round (axisloose) <string>
- Entity to trigger if axis lost last round.
- Trigger if last round was draw (draw) <string>
- Entity to trigger if last round was draw.