Hello,

I just made this, thought it might be useful for other people as well. It toggles between bouncing and standard blaster bolts on the fly. Of course, you will need Chris's latest JQ code. Also, BlasterBounce should be set to 2 on the server, either via server.cfg or in any other means, like this:
serverinfo BlasterBounce 2

As for the script, just paste this to the end of your cfg file, personally I am using keyboard.cfg for the keyboard bindings, but it can go anywhere really.
//Blaster mode
set bb 0
setinfo BlasterBounce 0
alias bmode "if $bb == 0 bbmode else bsmode"
alias bbmode "setinfo BlasterBounce 1;set bb 1;aga_shutup;echo bouncing mode;stopsound;play toggles/on" alias bsmode "setinfo BlasterBounce 0;set bb 0;aga_shutup;echo standard mode;stopsound;play toggles/off"

Then, you need to bind bmode to a key. For instance to delete, since markers are rarely used in dms:
bind del bmode

Hth,
Rob
_______________________________________________
AGRIP-discuss mailing list
[email protected]
http://lists.agrip.org.uk/mailman/listinfo/agrip-discuss

Reply via email to