root Posted June 6, 2002 Posted June 6, 2002 Can someone write up a script that will enable g_saberrealisticcombat everytime I load up a game as well as god, give all, and setforceall 10. But, it has to written into this script: //script mechanics set s_oran "devmap; sabercolor orange; bind g vstr s_yelo; echo Your lightsaber is now orange!" set s_yelo "devmap; sabercolor yellow; bind g vstr s_gren; echo Your lightsaber is now yellow!" set s_gren "devmap; sabercolor green; bind g vstr s_blue; echo Your lightsaber is now green!" set s_blue "devmap; sabercolor blue; bind g vstr s_lila; echo Your lightsaber is now blue!" set s_lila "devmap; sabercolor purple; bind g vstr s_dred; echo Your lightsaber is now purple!" set s_dred "devmap; sabercolor red; bind g vstr s_oran; echo Your lightsaber is now red!" //which key do you want to cycle the color of your lightsaber? Default is: " g " bind g vstr s_oran //end of script mechanics
Recommended Posts
Archived
This topic is now archived and is closed to further replies.