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.
21 lines
509 B
21 lines
509 B
global.mapoffsetx = 34
|
|
global.mapoffsety = 39
|
|
global.waterlevel = 0
|
|
global.watertype = 0
|
|
global.floormaterial = 4
|
|
global.save_room = 14
|
|
if (global.event[200] == 0)
|
|
global.darkness = 3
|
|
scan_log(26, get_text("ScanEvents", "ScanEnvironment"), 120, 0)
|
|
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
|