1) At the bottom of the file will do fine. Generally anywhere in between existing triggers/messageboxes is okay. The file structure of SLIC files is something like this:
where it says 'stuff' (or a variation on it) there is actual code, you shoudn't mess with that unless you know what you're doing. Outside those { stuff } blocks, you can insert all the code you want...
2) Yes.
Code:
trigger { stuff } trigger { more stuff } messagebox { yet more stuff } alertbox { stuff-'r-us } trigger { stuff it }
2) Yes.
Comment