Event Assembler Errors

Make sure and check your reinforcement units as well, any missing syntax will show up as an error.

I’d take the advice here on grabbing a more robust text editor (I use Notepad ++) that way you can find the errors much easier. Event Assembler will tell you where the error is by row and column, which narrows down any issues in your code.

I tried putting Level by all the units that needed it, but instead 8 errors show up. I downloaded Notepad++.
Finished.
Messages:
Tutorials disabled
Events end at offset 0xD8032C

8 errors encountered:
File Patch.txt, Line 56, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 57, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 58, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 59, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 63, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 64, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 65, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]
File Patch.txt, Line 66, Column 1: Incorrect parameters in code UNIT Atom Atom Atom Atom [Atom, Atom] [Atom, Atom] [Atom, Atom, Atom, Atom]

No data written to output.
I guess I did something wrong? Or did I?

These enemies don’t have weapons/items.

1 Like

holy crap it’s almost like it told you what your problem is(if you don’t get it, it means you set up the unit data incorrectly and it has too little parameters)
cray colorz said it, you have nothing for the weapons/items section(if you want them to have nothing, put [0x00,0x00,0x00,0x00] in for their items)

2 Likes