Random Monitor
Thing type 412, Random Monitor, is a monitor that randomly selects and activates a monitor action upon its destruction, such as awarding ten rings or harming the player. This monitor is intended for use in Race mode and should not be placed in Match and Capture the Flag maps. In these cases, Strong Random Monitor and Weak Random Monitor flags should be used instead.
This monitor does not respawn randomly, and ignores the flags used for Strong Random Monitors and Weak Random Monitors.
When a Random Monitor is destroyed, it will choose one of the following monitors to act like (the console variables controlling their chances are also listed):
By default, all monitors on this list have a probability of 8.33% of being used by a Random Monitor. The respective console variables can be used to increase or decrease the chances of each monitor being used.
|
States – MT_QUESTIONBOX | |||||||||
---|---|---|---|---|---|---|---|---|---|
State | Sprite prefix | Frame | Duration (tics) | Action | Var 1 | Var 2 | Next state | Full brightness? | Translucency |
S_RANDOMBOX1 | QUES | A | 2 | none | 0 | 0 | S_RANDOMBOX2 | No | 0% |
S_RANDOMBOX2 | MTEX | A | 1 | none | 0 | 0 | S_RANDOMBOX1 | No | 0% |
S_RANDOMBOX3 | QUES | A | 1 | A_MonitorPop | 0 | 0 | S_NULL | No | 0% |