New To Scripting Need Some Help
inverted
Join Date: 2004-02-16 Member: 26619Members, NS1 Playtester
<div class="IPBDescription">couldnt find any tutorials to help me</div> Um I just heard about scripting and I wanted to try it. Ive heard about all sorts of scripts like pistol and fade scripts could someone please tell me or show me what these are? Also I'm trying to make a script for aliens where if you are skulk m2 is leap, lerk m2 slot2, fade m2 = slot3, onos m2 = slot3. Is this possible? Can I work out what alien class they are. Also how could I make this scrpit client side
m2 = lastinv;+attack;-attack;lastinv. Will that make me attack until I let go of mouse 2? Final question with steam where do I put the scripts.
m2 = lastinv;+attack;-attack;lastinv. Will that make me attack until I let go of mouse 2? Final question with steam where do I put the scripts.
Comments
hope that helps, but you can only use scripts that are legit, nothing that exploits bugs or come close to cheating.
hope that helps, but you can only use scripts that are legit, nothing that exploits bugs or come close to cheating. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
i put them in my user config <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
mind u thats only CS. only thing i added to NS was that vid_d3d "1"
vid_d3d "1"
bind f1 "readyroom; jointeamone; exec marines.cfg"
bind f2 "readyroom; jointeamtwo; exec aliens.cfg"
// marines.cfg
bind z "impulse 9"
bind mwheelup "slot1"
bind mwheeldown "slot2"
bind mouse3 "lastinv; lastinv"
// aliens.cfg
bind z "impulse 7"
bind mwheelup "slot1"
bind mwheeldown "slot3"
bind mouse3 "lastinv"
so if I said
bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack;-attack"
in the alien.cfg would my mouse button 2 then do the appropriate attack for each of the different aliens?
so if I said
bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack;-attack"
in the alien.cfg would my mouse button 2 then do the appropriate attack for each of the different aliens? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack; wait; -attack; lastinv"
should work. if it doesnt, aim me on shotgun fiend.
............>.< its bad..........
its only for lazy ppl >.<.......................................
its just bad..........
yea i hear you,
fourm admins need to make it in 40 size font in BIG BOLD RED LETTERS because even if it is extremly visable i garentee it will rarely be used other than for tutorials <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
bleh