Select "MX Randomizer" on the "Plugins" pannel.
Select "Random Map Challenge" for the RMC timer.
MXRandom::IsRMCRunning()
- Returns true if RMC is running.MXRandom::IsRMCPaused()
- Returns true if RMC is paused.MXRandom::RMCDefinedGoalMedal()
- Returns the user-defined medal number setting for the RMC goal. (See "RMC Goal Medals" table below)MXRandom::RMCDefinedGoalMedalName()
- Returns the user-defined medal name setting for the RMC goal. (See "RMC Goal Medals" table below)MXRandom::RMCGotGoalMedalOnCurrentMap()
- Returns true if the current map has a goal medal.MXRandom::RMCGotBelowMedalOnCurrentMap()
- Returns true if the current map has a medal below the user-defined goal medal.MXRandom::RMCGoalMedalCount()
- Returns the number of goal medals on a current RMC run.MXRandom::RMCActualGameMode()
- Returns the actual game mode of the current RMC run. (See "Game Modes" table below)
MXRandom::LoadRandomMap()
- Loads a random map from (T)MX.MXRandom::GetRandomMapUrlAsync()
[ASYNC] - Get a random map URL from (T)MX and retuns its download URL.
Identifier | Medal |
---|---|
0 | Bronze |
1 | Silver |
2 | Gold |
3 | Author |
Game modes are in a enumurated list.
Identifier | Mode |
---|---|
0 | Challenge |
1 | Survival |
2 | ChallengeChaos |
3 | SurvivalChaos |
4 | Objective |
5 | Together |