ClearCounters: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Blue Shadow (talk | contribs) ClearCounters |
LordMisfit (talk | contribs) m Giving a bit more clarity after some confusion experienced on my part with this. >.> |
||
| Line 2: | Line 2: | ||
==Usage== |
==Usage== |
||
Excludes the calling actor from being counted towards the map's kills, items and secrets. For the kills, the actor needs to be non-{{Flag|FRIENDLY|friendly}} and alive to not be counted successfully. |
Excludes the calling actor from being counted towards the map's kills, items and secrets. For the kills, the actor needs to be non-{{Flag|FRIENDLY|friendly}} and alive to not be counted successfully, so if this is being done for changing an enemy to a friendly to remove them from the monster count, for example, it must be placed ''before'' the friendly flag is set. |
||
==Examples== |
==Examples== |
||
Latest revision as of 22:35, 25 April 2018
void ClearCounters ()
Usage
Excludes the calling actor from being counted towards the map's kills, items and secrets. For the kills, the actor needs to be non-friendly and alive to not be counted successfully, so if this is being done for changing an enemy to a friendly to remove them from the monster count, for example, it must be placed before the friendly flag is set.
Examples
| Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated. |