|
Written by Administrator
|
|
Sunday, 14 October 2007 |
This is a simple script to automatically select and build engineer items, it will also destroy your previous build at the same time.
// Build or destroy combo script and shotgun select alias +sentry "use tf_weapon_wrench; destroy 3; wait; build 3" alias -sentry "wait 50; +attack; wait 50; -attack; use tf_weapon_shotgun_primary" alias +dispenser "use tf_weapon_wrench; destroy 0; wait; build 0" alias -dispenser "wait 50; +attack; wait 50; -attack; use tf_weapon_shotgun_primary" alias +entry "use tf_weapon_wrench; destroy 1; wait; build 1" alias -entry "wait 50; +attack; wait 50; -attack; use tf_weapon_shotgun_primary" alias +exit "use tf_weapon_wrench; destroy 2; wait; build 2" alias -exit "wait 50; +attack; wait 50; -attack; use tf_weapon_shotgun_primary" // Bind bind "z" "+sentry" bind "c" "+dispenser" bind "d" "+entry" bind "f" "+exit"
|