Advertisement
ijontichy

techloop.conf

Apr 9th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. echo "\n -- Tech loop aliases -- "
  2.  
  3. set looptech 0
  4.  
  5. set tech1 "spectrallightningbigv1"
  6. set tech2 "spectrallightningbigv1"
  7. set tech3 "spectrallightningbigv1"
  8.  
  9. alias tech "summon $tech1; summon $tech2; summon $tech3"
  10.  
  11. alias techloop "tech;wait 1; test $looptech \"techloop\""
  12.  
  13. alias +tech "set looptech 1; techloop"
  14. alias -tech "set looptech 0"
  15.  
  16. echo " -- End Tech loop aliases -- "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement