Demo Script

SlavakSlavak Join Date: 2005-02-19 Member: 41765Members
Is it possible to make a script where you can put the name of the demo in?

eg useing message mode or something?

I know its just as easy to go to the console but thats annoying.

Thanks

Comments

  • obuhobuh Not Quite Smart at NS Join Date: 2003-03-31 Member: 15072Members, Constellation
    edited April 2005
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->//demo recording
    alias demo_on "messagemode record;alias demotoggle demo_off;dev1;echo Demo recording : ON;dev0"
    alias demo_off "stop;alias demotoggle demo_on;dev1; echo Demo recording : OFF; dev0"

    alias demotoggle demo_on<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    Put this in userconfig.cfg and bind a key to demotoggle. Press the key once, it will prompt for a name at the top of the screen. I will start recording once you type in a name and press enter. Press the key again to stop recording.

    Edit : Forgot to add this, to make the echos work :

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias dev1 "developer 1"
    alias dev0 "developer 0"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • SlavakSlavak Join Date: 2005-02-19 Member: 41765Members
Sign In or Register to comment.