round_event

Vars | |
activeFor | How long the event has existed. You don't need to change this. |
---|---|
announce_chance | Probability of announcing, used in prob(), 0 to 100, default 100. Called in process, and for a second time in the ion storm event. |
announce_when | When in the lifetime to call announce(). If you don't want it to announce use announce_chance, below. |
cancel_event | Whether a admin wants this event to be cancelled |
current_players | Amount of of alive, non-AFK human players on server at the time of event start |
end_when | When in the lifetime the event should end. |
fakeable | Can be faked by fake news event. |
start_when | When in the lifetime to call start(). |
Var Details
activeFor

How long the event has existed. You don't need to change this.
announce_chance

Probability of announcing, used in prob(), 0 to 100, default 100. Called in process, and for a second time in the ion storm event.
announce_when

When in the lifetime to call announce(). If you don't want it to announce use announce_chance, below.
cancel_event

Whether a admin wants this event to be cancelled
current_players

Amount of of alive, non-AFK human players on server at the time of event start
end_when

When in the lifetime the event should end.
fakeable

Can be faked by fake news event.
start_when

When in the lifetime to call start().