Begin hits_statsplayer->setattackbonus 100player->setdefendbonus -100EndI'm not sure if the script didn't start or just didn't work?
Begin hits_statsMessageBox "Debug: Hits_stats started"player->setattackbonus 100player->setdefendbonus 0StopScript hits_statsEndI'm pretty sure I've made some horrible stupid mistake because I'm terrible at scripting and totally don't know what I'm doing, so feel free to scold me until I learn my lesson.
Begin hits_statsshort doOnceshort framecounterif doOnce == 0MessageBox "Debug: Hits_stats started"player->setattackbonus 100player->setdefendbonus 0set doOnce to 1endifset framecounter to ( framecounter + 1 )if framecounter < 2returnelseStopScript hits_statsendifEnd