I was wondering if there is a way to prevent the error window that appears every time something went wrong with my script file. Yes, I have checked the "Note errors" option on the scripts page.
And I have another question. My prompt function calls other functions when it executes, a function to heal afflictions that are cured by drinking potions, one to heal by eating herbs, one to heal by applying salves, and so one. If one of these functions encounters an error, my entire prompt function is disabled and I won't be able to cure using the other functions. So I was wondering if there is a way (a plugin maybe?) so that if one of the curing functions encounters and error, all my other function would still work.
And I have another question. My prompt function calls other functions when it executes, a function to heal afflictions that are cured by drinking potions, one to heal by eating herbs, one to heal by applying salves, and so one. If one of these functions encounters an error, my entire prompt function is disabled and I won't be able to cure using the other functions. So I was wondering if there is a way (a plugin maybe?) so that if one of the curing functions encounters and error, all my other function would still work.