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.
13 lines
338 B
13 lines
338 B
global.mapoffsetx = 36
|
|
global.mapoffsety = 21
|
|
global.waterlevel = 0
|
|
global.watertype = 0
|
|
if (global.event[102] == 1)
|
|
{
|
|
instance_create(0, -64, oA2WaterSpawner)
|
|
instance_create(136, 200, oA2WJWaterA)
|
|
instance_create(136, 216, oA2WJWaterA)
|
|
instance_create(136, 232, oA2WJWaterA)
|
|
instance_create(136, 248, oA2WJWaterA)
|
|
}
|