Quietus1 wrote: ↑Wed Dec 27, 2023 9:55 pm
Ok, ignore my previous reply to you as I kind of figured it out. What I would love to know, though, is how do I ADD an item/checkbox to the table, so I can come back later and do it again without having to copy the code and overwrite an existing item? That's how I got this to work; I copied the code you kindly provided and then used "change script" on the Add Action Point item already in the table.
This is a bit time consuming, but the easiest way is to right click on the Spawn Hand Crossbow +2 (sample script) and click on "Copy", and then "Paste" it after right clicking on the same Spawn Hand Crossbow script.
This will create a new script with the same name+script as the old one, immediately below the old one. Be careful where you are pasting the script, for example pasting it after right clicking on 'Item Spawner' will paste the script into that subsection and not inside of it like it would have if you pasted it on top of Spawn Hand Crossbow.
The location can be moved by simply clicking, holding and dragging the script where you want and then letting go of the mouse button.
To change the name, double click on the text itself of "Spawn Hand Crossbow +2 (sample script)" and it will bring up a "Change Description" box that will let you change this text. Make sure you modify the item ID via change script, but I'm sure you've done that enough to know by now. If you double click on the part that says <script> it will bring up the Change Script screen.
Once you've done this enough times, in the top left corner of CheatEngine, you can File->Save to overwrite the currently loaded cheat table, or do File->Save As... to spin off a new cheat table. The latter option is preferable in case you FUBAR the cheat table somehow.
Keep in mind there is no UNDO command. If you screw up somehow you'll have to right click and select 'Delete this record', or hit the Delete key.