Create_0.gml 353 B

1234567891011121314151617
  1. self_check_destroy();
  2. event_inherited();
  3. dist_tor = 144;
  4. dist_y_tor = 48;
  5. indi_y_offset = -192;
  6. callback = function()
  7. {
  8. type(["A familiar-looking pen lies quietly on the table.",
  9. "It seems to be a right-hand weapon.",
  10. "Press Z to attack."], interact_end);
  11. global.save_data.player.abilities.attack = true;
  12. self_record_destroy();
  13. }
  14. depth = 10;