Advertisement
runaos

restartcycle.cfg

Mar 17th, 2012
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. bind r "vstr user_restart"
  2. bind t "vstr togglerestart"
  3. bind h "vstr nextrestart"
  4.  
  5. set user_restart "vstr restart0v"
  6. set user_restartnum 0
  7.  
  8. set setrestart "set user_restart vstr;silent varJoin user_restart <s> restart $user_restartnum;silent varcommand $user_restart;silent varJoin user_restart v"
  9. set nextrestart "varcycle user_restartnum 0 0 1 2 3 4 5 6 7 8 9 10;vstr setrestart"
  10. set togglerestart "varcycle user_restartnum 7 0 7 5;vstr setrestart"
  11.  
  12. set restart0 "echo restart: kill+attack"
  13. set restart0v "+scores;kill;wait 30;+attack;wait 4;-attack;-scores"
  14.  
  15. set restart1 "echo restart: kill"
  16. set restart1v "kill"
  17.  
  18. set restart2 "echo restart: kill+attack, temp_r"
  19. set restart2v "stoprecord;kill;record temp_r/tempdemo;wait 30;+attack;wait 4;-attack;"
  20.  
  21. set restart3 "echo restart: temp_r"
  22. set restart3v "stoprecord;record temp_r/tempdemo"
  23.  
  24. set restart4 "echo restart: pos1"
  25. set restart4v "vstr pos1"
  26.  
  27. set restart5 "echo restart: pos1, temp_r"
  28. set restart5v "stoprecord;vstr pos1;wait 8;record temp_r/tempdemo"
  29.  
  30. set restart6 "echo restart: pos2-pos1, temp_r"
  31. set restart6v "stoprecord;wait 2;record temp_r/tempdemo;wait 8;vstr pos2;wait 2;vstr pos1"
  32.  
  33. set restart7 "echo restart: unbound"
  34. set restart7v ""
  35.  
  36. set restart8 "echo restart: specjoin"
  37. set restart8v "team s;wait 4;team p"
  38.  
  39. set restart9 "echo restart: kill+attack (slow)"
  40. set restart9v "+scores;kill;wait 60;+attack;wait 6;-attack;-scores"
  41.  
  42. set restart10 "echo restart: kill, temp_r"
  43. set restart10v "stoprecord;kill;record temp_r/tempdemo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement