Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BOO 0.33 KB | None | 0 0
  1. if vspeed > 0 && other.y+8
  2.  {
  3.     sound_play(bonk)
  4.     with(other)hp -= global.atk
  5.     instance_create(other.x,other.y,dmg)
  6.     vspeed = -10
  7.  }  
  8. else
  9. if cbh = 1
  10.  {
  11.     cbh = 0
  12.     alarm[0] = 40
  13.     global.hp -= other.atk
  14.     global.owset = other.atk
  15.     with(other)instance_create(other.x,other.y,ow)
  16.     sound_play(ouch)
  17.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement