Input trouble

4Y@NLICH85

New member
Am working on an adventure game using the adventure module and had trouble with getting my melee and projectiles to work so decided after watching the 20 minute adventure tutorial that I would import the controller input scripts but when I tested it, I got an error. As when it loaded it stated

b_create_melee_.asm(26): Label already defined.
b_create_melee_.asm(40): Label already defined.
b_create_melee_.asm(45): Label already defined.

After I clicked enter or the continue key it stated to go to the forums for help again.

Thank you in advance!
 

dale_coop

Moderator
Staff member
Looks like you already have a script create_melee assigned to your project?
In the hierarchy of NESMaker (left panel), check under "Scripts > Input Scripts", if you don't have more than one create_melee something script? Find and remove the one that is not used (not used in "Input Editor").
 
Top Bottom