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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oMZeta_Alarm_0.gml

11 lines
330 B

var prj;
prj = instance_create(((x - surf_x) + mouth_x), ((y - surf_y) + mouth_y), oMZetaProj)
prj.speed = 4
prj.gravity = 0.1
prj.gravity_direction = 270
prj.direction = ((body_angle + ((head_dir + mouth_dir) * facing)) + head_angle)
if (facing == -1)
prj.direction += 180
if (state == 11 && statetime < 60)
alarm[0] = 3