12-24-2008, 08:48 PM | #1 |
Ankommend!
Join Date: Aug 2008
Class/Position: Depends on mood. Gametype: AvD or CTF Posts Rated Helpful 0 Times
|
Need a keypad Engineer script.
The engineer could use one for easier building, it is annoying selecting using right click.
Anyone willing to make one? |
|
12-24-2008, 11:01 PM | #2 |
Keep On Keepin' On
|
I don't play engineer much. This one is pretty basic.
Code:
// This key builds a sentry gun, then if close enough, pressing it will dismantle. // Button 1 on Keypad bind KP_END "sg" // This key builds a dispenser, then if close enough, pressing it will dismantle. // Button 2 on Keypad bind KP_DOWNARROW "disp" // This key detonates only the sentrygun. // Button 3 on Keypad bind KP_PGDN "detsentry" // This key detonates only the dispenser. // Button 4 on Keypad bind KP_LEFTARROW "detdispenser" alias sg "sentrygun;wait;dismantlesentry" alias disp "dispenser;wait;dismantledispenser" |
|
12-27-2008, 04:51 PM | #3 |
Scripting Trainee
|
Convenience format:
Code:
bind kp_leftarrow "sg" bind kp_rightarrow "disp" bind kp_end "detsentry" bind kp_pgdn "detdispenser" bind kp_5 "aimsentry" alias sg "sentrygun;wait;dismantlesentry" alias disp "dispenser;wait;dismantledispenser" Radial format (right click menu, in keypad format) Code:
bind kp_uparrow aimsentry bind kp_pgup dispenser bind kp_rightarrow detdispenser bind kp_pgdn dismantledispenser bind kp_end dismantlesentry bind kp_leftarrow detsentry bind kp_home sentrygun
__________________
Current Projects: 1.) Become a better Engineer. 2.) Become a better bhopper. 3.) Become a better barrel-roller. |
|
01-07-2009, 01:49 PM | #4 |
Ankommend!
Join Date: Aug 2008
Class/Position: Depends on mood. Gametype: AvD or CTF Posts Rated Helpful 0 Times
|
I'm finding Nite]M[are 's more useful, but thanks for the first script Partial.
|
|
01-07-2009, 07:47 PM | #5 |
Keep On Keepin' On
|
NP glad you got what you wanted. I don't use one so :P
|
|
01-07-2009, 07:53 PM | #6 |
Pub Allstar!
Beta Tester
Join Date: Aug 2008
Class/Position: under en kvinna Gametype: Capture the Flag Affiliations: Eternal Order, Must be h4x, Mono's happy funtime. Posts Rated Helpful 0 Times
|
alias sgun "detsentry; sentrygun"
alias disp "det dispenser; dispenser" bind "kp_ins" "sgun" bind "kp_enter" "disp" |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|