RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[GM]attacking system

Started by fadark, July 09, 2007, 10:33:55 PM

0 Members and 2 Guests are viewing this topic.

fadark

how can i make an attacking system (using scripts) that is compatible with the 'fox nl platformer'?

just so everyone knows, im 15 years old.

biohazard

As in, you just want a simple hack and slash in game system, like legend of zelda two?

fadark

#2
exactly ;D ;) how is that done?

[edit]
hello?
bump

just so everyone knows, im 15 years old.

biohazard

I use damage objects, as in, an object that is invisible, and destroys itself a second or so after creation, and when an enemy collides with it, it does damage, or just kills them.  So it would be something like "press __ key", "create obj_damage", and for an enemy collision, "collision with obj_damage=destroy_instance self".  I could find the actual code for this, as I always just use DnD.