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_oTorizoWall_Step...

15 lines
234 B

with (115244)
x = (oTorizoWall.xoff - 320)
with (oTorizo)
WallLeft = (oTorizoWall.xoff + 16)
if (xoff <= 16)
{
with (115244)
instance_destroy()
}
if (xoff <= 304)
{
with (oTorizoCam)
followtorizo = 1
}