what would i use to set a script/proc to run when a bot is started up or .restart 'ed, i know there is a EVNT prerestart, but i wish to have a proc triggered once the restart has finished, my first thought was evnt rehash, but this would trigger on rehashes but i want it to trigger only on restarts. Also i want this proc to be triggered after an initial startup
proc will be used for loading a tcl list from a backup db when the bots starts and when the bot is restarted (since lists are cleared on .restart's)
tia to anybody who can point me in the right direction : )