Ok ive started up on it again. Went to loading the script and scripting the load sequence since that one of the most important parts. I believe it's scripted fine,
Code:
on *:START:{
  if ($isfile($scriptdir $+ Stats.hsh) == $true) {
    hmake Beaststats
    hload Beaststats Stats.hsh
  }
}

but i get this error message...
* /hload: unable to open 'C:\Downloads\Zephyr\Bot\mIRC\Wolves.hsh'

I used to be able to fix that by changing the path so that there were no spaces, but i guess it doesn't work anymore?