parent
5f476fff6d
commit
e9b463970b
@ -1,12 +1,3 @@
|
||||
if (!global.saxmode)
|
||||
{
|
||||
ecam = instance_create(x, (y - 16), oEventCamera)
|
||||
ecam.targetx = 800
|
||||
ecam.targety = y
|
||||
ecam.ratio = 8
|
||||
ecam.alarm[0] = 280
|
||||
view_object[0] = oEventCamera
|
||||
}
|
||||
with (oA1MovingPlatform2)
|
||||
alarm[0] = 60
|
||||
global.event[58] = 1
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
if global.saxmode
|
||||
instance_destroy()
|
||||
xoff = 0
|
||||
yoff = 0
|
||||
alarm[0] = 1
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
init_monster_trigger(12, -1)
|
||||
if global.saxmode
|
||||
global.event[109] = 1
|
||||
global.event[109] = 1
|
||||
if (global.metdead[11] == 0 || global.event[109] == 0)
|
||||
instance_destroy()
|
||||
|
||||
@ -1,29 +1 @@
|
||||
if (!global.saxmode)
|
||||
{
|
||||
global.itmtext1 = argument0
|
||||
global.itmtext2 = argument1
|
||||
global.btn1_name = argument2
|
||||
global.btn2_name = argument3
|
||||
global.ingame = 0
|
||||
global.targetx = oCharacter.x
|
||||
global.targety = oCharacter.y
|
||||
global.offsetx = 0
|
||||
global.offsety = 0
|
||||
global.camstartx = oCamera.x
|
||||
global.camstarty = oCamera.y
|
||||
with (oCamera)
|
||||
{
|
||||
targetx = x
|
||||
targety = y
|
||||
}
|
||||
room_persistent = true
|
||||
oCharacter.persistent = 0
|
||||
oCamera.persistent = 0
|
||||
global.currentroom = room
|
||||
global.transitiontype = 3
|
||||
with (oControl)
|
||||
event_user(3)
|
||||
room_goto(itemroom)
|
||||
}
|
||||
else
|
||||
sfx_play(sndMessage)
|
||||
sfx_play(sndMessage)
|
||||
|
||||
Loading…
Reference in new issue