melee basic

8pEpszy
 

dale_coop

Moderator
Staff member
Which module are you using exactly? Adventure? Maze? Plaform? or "base.MOD"?
Then, it depends what kind of weapon you want.
- If you want a sprite-based weapon preDrawn (like in the adventure mod, or in the platformer tutos), you should use the b_create_melee that is in the Adventure folder (and you might need to add some variables/user constants... didn't check myself).
- If you want an object based weapon, you could try the script from here: http://nesmakers.com/viewtopic.php?f=3&t=1777

My advice, if you don't know to code, write/modify scripts... you should use a pre-configured module (adventure or simple screen-by-screen platform or scrolling platform).
 
Top Bottom