Quick simple tip to newbies regarding coding

Sometimes when writing code for events, for example, you notice a quick error message displaying because you have something wrong in your code, that isn’t bad enough to break the code but certainly, isn’t functioning as you expect.
An easy trick to stop your code is to write an exit(); command at the end of the code. This way the script will display whatever error message and you will be able to see it without the normal Scriptcase output wiping out the error message.