23 Feb 13, 12:47PM
I want edit quicknadethrow script, my aim is to throw nades fast like with quicknadethrow but also knifing with the same bind when you current weapon is knife :)
Helps?
I dont know cubescripts, so i random edit this script i found in "scrpits" into my ac folder.
lol
alias quicknadethrow [
alias prevweapon (curweapon)
if (> (magcontent 6) 0) [
grenades
attack
] []
onrelease [ sleep 1 [ weapon $prevweapon ] ]
]
loop i 8 [ alias (concatword altaction_ $i) quicknadethrow ] // quick nade throw is default
alias altaction_4 [ zoom 1; onrelease [ zoom 0 ] ] // sniper
alias altaction_6 [ attack ] // grenade
Helps?
I dont know cubescripts, so i random edit this script i found in "scrpits" into my ac folder.
lol
alias quicknadethrow [
alias prevweapon (curweapon)
if (> (magcontent 6) 0) [
grenades
attack
] []
onrelease [ sleep 1 [ weapon $prevweapon ] ]
]
loop i 8 [ alias (concatword altaction_ $i) quicknadethrow ] // quick nade throw is default
alias altaction_4 [ zoom 1; onrelease [ zoom 0 ] ] // sniper
alias altaction_6 [ attack ] // grenade