Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. //========================================================================================
  2. //----------------------------------------------------------------------------------------
  3. //========================================================================================
  4. alias _hackney1 "say This is a story of a young man who visited London for the first time. There was a party in an old abandoned warehouse"
  5. alias _hackney2 "say And I said what kind of music do they play there? And they told me - TECHNO"
  6. alias _hackney3 "say Someone stopped me and said 'Take this pill'So I took it and said - 'What was that?' And they said ECSTACY"
  7. alias _hackney4 "say And then they offered me a line, and I said 'What was that?' And they said KETAMINE "
  8. alias _hackney5 "say And then I took some cocaine, and then some speed, and then some acid"
  9. alias _hackney6 "say And then I drank FIFTEEN CANS OF STELLA"
  10. alias _hackney7 "say AND I STAYED UNTIL MONDAY NIGHT"
  11. alias _hackney8 "say "
  12. alias _hackney9 "say "
  13. alias _hackney10 "say "
  14.  
  15. //========================================================================================
  16. //----------------------------------------------------------------------------------------
  17. //========================================================================================
  18. alias "hackney_diceroll_1" "alias hackney_result _hackney1; alias hackney_cycle hackney_diceroll_2"
  19. alias "hackney_diceroll_2" "alias hackney_result _hackney2; alias hackney_cycle hackney_diceroll_3"
  20. alias "hackney_diceroll_3" "alias hackney_result _hackney3; alias hackney_cycle hackney_diceroll_4"
  21. alias "hackney_diceroll_4" "alias hackney_result _hackney4; alias hackney_cycle hackney_diceroll_5"
  22. alias "hackney_diceroll_5" "alias hackney_result _hackney5; alias hackney_cycle hackney_diceroll_6"
  23. alias "hackney_diceroll_6" "alias hackney_result _hackney6; alias hackney_cycle hackney_diceroll_7"
  24. alias "hackney_diceroll_7" "alias hackney_result _hackney7; alias hackney_cycle hackney_diceroll_1"
  25.  
  26. //========================================================================================
  27. //----------------------------------------------------------------------------------------
  28. //========================================================================================
  29. alias "hackney_dice" "hackney_result; hackney_cycle"
  30. //========================================================================================
  31. //----------------------------------------------------------------------------------------
  32. //========================================================================================
  33. alias "hackney_cycle" "hackney_diceroll_1"
  34. //========================================================================================
  35. //----------------------------------------------------------------------------------------
  36. //========================================================================================
  37. bind "kp_end" "hackney_dice"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement