@bballn45:
[cubescript]burston = 0
bind MOUSE4 [
if (= $burston 0) [
echo "Mode: burst"
burstshots (curweapon) 3
burston = 1
] [
echo "Mode: automatic"
burstshots (curweapon) 0
burston = 0
]
][/cubescript]
[cubescript]burston = 0
bind MOUSE4 [
if (= $burston 0) [
echo "Mode: burst"
burstshots (curweapon) 3
burston = 1
] [
echo "Mode: automatic"
burstshots (curweapon) 0
burston = 0
]
][/cubescript]