So i was messing around with some scripts and found myself using few die hooks in a script. So my question is:
Should i put everything together under one die hook or is it acceptable to use multiple hooks? Does it have any impact on performance? It doesn't need to be just a die hook, it can be spawn hook for example. Is it better to have as few as possible?
Thanks and have a nice day!