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-The-Horde-Multitroid/Export_Code/gml_Room_rm_a0h04d_Create.gml

11 lines
284 B

global.mapoffsetx = 23
global.mapoffsety = 15
if (global.lavastate == 0 || (global.lavastate > 0 && instance_exists(oBigQuake) && global.event[2] == 0))
make_liquid(1, 400, 0, 0, 0, 0, 0)
else
{
global.waterlevel = 0
global.watertype = 0
}
mus_change(mus_get_main_song())