1
0

Create_0.gml 79 B

123456
  1. event_inherited();
  2. callback = function()
  3. {
  4. global.save_data.player.maxHP++;
  5. }