You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Object_oDifficulty_Mous...

8 lines
163 B

if instance_exists(oServer)
{
oServer.syncedDifficulty++
if (oServer.syncedDifficulty > 3)
oServer.syncedDifficulty = 0
oServer.alarm[0] = 1
}