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.
17 lines
375 B
17 lines
375 B
global.mapoffsetx = 68
|
|
global.mapoffsety = 48
|
|
make_liquid(0, 80, 0, 0, 0, 0, 1)
|
|
global.save_room = 19
|
|
global.floormaterial = 4
|
|
if (global.event[250] > 0)
|
|
{
|
|
if (instance_number(oCharacter) > 0)
|
|
mus_change(musArea5B)
|
|
else
|
|
oMusicV2.currentbgm = 281
|
|
}
|
|
else if (instance_number(oCharacter) > 0)
|
|
mus_change(musArea5A)
|
|
else
|
|
oMusicV2.currentbgm = 280
|