Team GivePoints: Difference between revisions
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
DrinkyBird (talk | contribs) (Forgot an =) Tag: Source edit |
||
Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
=== Parameters == | === Parameters === | ||
* ''team'': Which team to give points to. | * ''team'': Which team to give points to. | ||
* ''points'': How many points to give to the team. The teams are 0 = Blue, 1 = Red, 2 = Green, 3 = Gold. | * ''points'': How many points to give to the team. The teams are 0 = Blue, 1 = Red, 2 = Green, 3 = Gold. |
Latest revision as of 01:17, 3 July 2022
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports. |
153:Team_GivePoints (team, points, announce)
Usage
Parameters
- team: Which team to give points to.
- points: How many points to give to the team. The teams are 0 = Blue, 1 = Red, 2 = Green, 3 = Gold.
- announce: Play an announcer sound ("<team> scores!"), and displays a message to all players.
Examples
This article lists no examples, please add one. |