// BOF
// ----------
// Chicken Dance Ammo Bot Script
// ----------
// Author: Brandon Dolphin
// Email: brandon.d@shaw.ca
// MSN: flag_man@hotmail.com
// ICQ: 159987821
// Press o to spin from 300-500 degrees, then (jump followed by crouch)x3, then (nod head up followed by nod head down)x3, then hand out and ammo pack.
// Note: 1 press = 10 seconds,2 presses = 20 seconds, ect. Press it for however long you are going to be gone for so your teamates won't get mad and kick you.
// You may modify this file in anyway you want, you don't have to give me credit.

bind o "vstr chickendance1"
set chickendance1 "weaponbank 6;com_maxfps 20;cl_yawspeed 500;+left;wait 25;-left;cl_yawspeed 140;vstr chickendance2"
set chickendance2 "+moveup;wait 10;+movedown;-moveup;wait 20;-movedown;+moveup;wait 10;+movedown;-moveup;wait 20;-movedown;+moveup;wait 10;+movedown;-moveup;wait 20;vstr chickendance3"
set chickendance3 "+lookup;wait 10;-lookup;+lookdown;wait 20;-lookdown;+lookup;wait 20;-lookup;+lookdown;wait 10;-lookdown;centerview;vstr chickendance4"
set chickendance4 "-movedown;wait 10;+attack;wait 10;-attack;com_maxfps 0"

// EOF