Advertisement
ijontichy

shaft awesome

Oct 21st, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. alias +shaftfire "if ('lg' isin '$weapons') and ($cells != 0) then shaft_fire else {set shafting 0;}"
  2. alias -shaftfire "if ('$shafting' != '0') then shaft_stop;"
  3. alias shaft_fire "set shafting 1; if ($weapon != 'lg') then {set oldwep $weaponnum}; weapon 8; +accfire"
  4. alias shaft_stop "set shafting 0; weapon $oldwep; -accfire"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement