185_annafrends2 805 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # annafrends2
  2. gs 'stat'
  3. 'Poltorashka beer was quickly drained and the guys got a new bottle.'
  4. temarand = rand(0,1)
  5. if temarand = 0:
  6. gennpc = rand(0,2)
  7. if gennpc = 0:
  8. 'Anya came to you. "<<$name>>, go to the toilet."'
  9. end
  10. if gennpc = 1:
  11. 'Lena came to you. "<<$name>>, you do not want the toilet?"'
  12. end
  13. if gennpc = 2:
  14. 'Ira came to you. "<<$name>>, you do not want to go some where?"'
  15. end
  16. act 'go together': gt 'annafrendtoilet'
  17. end
  18. if temarand = 1:
  19. 'Boys went around the corner of the club, that would empty the bladder leaving some devchenok.'
  20. end
  21. if temarand = 2:
  22. ''
  23. end
  24. if temarand = 3:
  25. ''
  26. end
  27. if temarand = 4:
  28. ''
  29. end
  30. if temarand = 5:
  31. ''
  32. end
  33. if temarand = 6:
  34. ''
  35. end
  36. if temarand = 7:
  37. ''
  38. end
  39. act 'Leave': SiSonWork = 0 & SiSgdk = 0 & gt 'gdk'
  40. --- annafrends2 ---------------------------------