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.
AM2Rogue/Export_Code/gml_Object_oMAlphaTriggerA2...

11 lines
171 B

facing = 1
myid = 5
if (global.metdead[5] == 1 || global.event[108] == 1)
{
tile_layer_delete(-105)
instance_destroy()
exit
}
image_xscale = facing
active = 0