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.
18 lines
393 B
18 lines
393 B
global.mapoffsetx = 37
|
|
global.mapoffsety = 32
|
|
global.waterlevel = 0
|
|
global.watertype = 0
|
|
global.floormaterial = 1
|
|
global.save_room = 15
|
|
if (global.event[200] == 0)
|
|
{
|
|
if (instance_number(oCharacter) > 0)
|
|
mus_change(musCaveAmbienceA4)
|
|
else
|
|
oMusicV2.currentbgm = 275
|
|
}
|
|
else if (instance_number(oCharacter) > 0)
|
|
mus_change(musArea4A)
|
|
else
|
|
oMusicV2.currentbgm = 276
|