Script To Dance...
Zaggy
NullPointerExceptionThe Netherlands Join Date: 2003-12-10 Member: 24214Forum Moderators, NS2 Playtester, Reinforced - Onos, Subnautica Playtester
<div class="IPBDescription">...yes I'm bored...:P</div> Lo, I'm kinda bored, and I'm poking around with scripts.
So I came up with the idea of making a script witch makes you dance with 1 press on a button.
A few questions:
-Is this possible?
-How can I move with a script like I do with the mouse?
So I came up with the idea of making a script witch makes you dance with 1 press on a button.
A few questions:
-Is this possible?
-How can I move with a script like I do with the mouse?
Comments
nice movie tbh D;
some things I was able to find out myself (yay..)
+left makes you turn left all the time until you do -left
same goes for -right
+jump makes you jump
+duck makes you duck until -duck
+lookup makes you loop up.
+lookdown guess what
anyone help me with some weard dancing movent? <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
sure thing, I made this already:
<!--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-->//wait a lot
alias "w2" "wait;wait"
alias "w3" "wait;wait;wait"
alias "wlong" "wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
found this:
<a href='http://home.no.net/slix/bilder/CS/tutorials/buyscript/cskeynames.JPG' target='_blank'>Pictar</a>
Seems handy, but I'm not sure if it ALL works the same for NS..
*warning, you might get motion sick or epileptic because of this!*
<!--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-->
//Fast turning
alias hs "cl_yawspeed 100000"
alias nm "-left;-right;-lookup;-lookdown;-jump;-duck;cl_yawspeed 210"
alias left "hs;+left"
alias right "hs;+right"
bind "KP_leftarrow" left
bind "KP_5" nm
bind "KP_rightarrow" right
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
How to use?
Tap numpad 4 to turn very fast left
Tap numpad 5 to stop it all!!!1!!!
Tap numpad 6 to turn very fast right
(Tap means press it once, not hold it)