Advertisement
LunaScripts

(TF2) RTD without plugins

Mar 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. clear
  2. alias gamble1 "Explode"
  3. alias gamble2 "Quit"
  4. alias gamble3 "kill"
  5. alias gamble4 "addcond 0"
  6. alias gamble5 "addcond 5"
  7. alias gamble6 "say I SUCK!"
  8. alias random "random1"
  9. alias random1 "wait; alias diceroll gamble6; random2"
  10. alias random2 "wait; alias diceroll gamble5; random3"
  11. alias random3 "wait; alias diceroll gamble4; random4"
  12. alias random4 "wait; alias diceroll gamble3; random5"
  13. alias random5 "wait; alias diceroll gamble2; random6"
  14. alias random6 "wait; alias diceroll gamble1; random"
  15. random
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement