Help - Search - Members - Calendar
Full Version: Fade Blink Swipe?
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Scripting Discussion
Armen
goodpoint
coris
bind q lastinv
Bartimus_X
Uh can i get a script that allows me to blink once when i hit my mouse and swipe when i let go?

then i want to be able to press f7 and overwrite other scripts into fade scripts
stallioN
QUOTE (Bartimus X @ Jul 9 2005, 02:20 PM)
Uh can i get a script that allows me to blink once when i hit my mouse and swipe when i let go?

CODE
alias "+lol" "slot2; wait; +attack; wait;"
alias "-lol" "slot1; wait; +attack"
bind "[key]" "+lol"
GoldenShadow
Here is the script I use

bind "MOUSE2" "+popupmenu"

//Quick Guns;

alias tsnd.1 "play misc/talk.wav"
alias tsnd.2 "play misc/invalid.wav"

bind "SPACE" "togglequickkeys"

alias togglequickkeys "togglequickkeys1"

alias togglequickkeys1 "bind MOUSE1 +attack;bind MOUSE2 +hurtgun;tsnd.1;alias togglequickkeys togglequickkeys2"
alias togglequickkeys2 "bind MOUSE1 +attack;bind MOUSE2 +popupmenu;tsnd.2;alias togglequickkeys togglequickkeys1"

alias +hurtgun "weapon_leap; weapon_healingspray; weapon_spore; weapon_blink; weapon_stomp; weapon_pistol"

alias -hurtgun "weapon_bitegun; weapon_spit; weapon_bite2gun; weapon_swipe; weapon_devour; weapon_grenade; weapon_machinegun; weapon_shotgun; weapon_heavymachinegun; weapon_grenadegun"
//
//


This is for more than just the fade.

What is does: I enable and disable the script by tapping the Space bar, when its disabled, mouse2 works like normal and gives you the popup menu.. When it is enabled, You have to hold down Mouse2 to change your current weapon to blink. While holding Mouse 2, tap Mouse 1 to blink around, as soon as you find a marine, let go of Mouse 2 and it will automatically switch back to Swipe.

For the other aliens, holding Mouse 2 will switch between Leap and Bite for skulk, healing and Spit for Gorge, Spore and Bite for Lerk, Stomp and Devour for Onos. For the marine it switches between your main gun and your pistol.
todd1Ok
scripts can only take you so far. while the use of this will help perfect your timing, it will not make you a better player. fingers are faster than scripts, always have and will be. while ive got nothing against scripts, you can and, with enough time and practice, *will* outperform a person using a blink/swipe script.


my advice? drop the script, bind "mouse4" "lastinv" and get practicing.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.