Double length sword 2

Anthrax101

New member
Okay, so I am trying to set up a game object sword, but I don't know how to assign it as the default melee weapon. Do I need to edit the melee script? What can I do?


edit: It's an adventure game
 

Anthrax101

New member
I got THIS error in the compiler:


C:\Users\Maximillian\Downloads\nesmaker_4_1_5\NESmaker_4_1_5\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
pass 2..
last try..
Routines\Basic\ModuleScripts\InputScripts\b_create_melee_weapon.asm(65):CreateObject(26): Unknown label.
demo.txt written.

C:\Users\Maximillian\Downloads\nesmaker_4_1_5\NESmaker_4_1_5\GameEngineData>pause
Press any key to continue . . .
 

baardbi

Well-known member
Have you done step 1 i Dale's tutorial? You have to create the User Constant OBJECT_PLAYER_MELEE.
 
Top Bottom