//This script is made by me (ResidentEvil91, RE91) //This script is useful for rpgmod servers. //you may change the bindable buttons. ex. if you dont have mouse5 button you can change this to some other key. //I m going to do some adjustment later for this script :) //Hope you like and enjoy it :) alias selection1 "bind mwheelup +jump; bind mwheeldown +jump; bind mouse5 selection2" alias selection2 "bind mwheelup +attack; bind mwheeldown +attack; bind mouse5 selection1" bind mouse5 selection1

