goplust 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. # goplust
  2. GLust = 0
  3. VasanLust = rand(0, 100)
  4. if VasanLust >= 50 and VasanTut = 1:
  5. GLust += 1
  6. $gopV = 'Bob nail looks at you look greedy'
  7. gopV = 1
  8. elseif VasanLust < 80 and VasanTut = 1:
  9. $gopV = 'Bob nail looks at you with indifference'
  10. gopV = 1
  11. elseif VasanTut = 0:
  12. $gopV = ''
  13. gopV = 0
  14. end
  15. BerezaLust = rand(0, 100)
  16. if BerezaLust >= 60 and BerezaTut = 1:
  17. GLust += 1
  18. $gopB = 'Birch looks at you with interest'
  19. gopB = 1
  20. elseif BerezaLust < 95 and BerezaTut = 1:
  21. $gopB = 'Birch does not look at you'
  22. gopB = 1
  23. elseif BerezaTut = 0:
  24. $gopB = ''
  25. gopB = 0
  26. end
  27. VitekLust = rand(0, 100)
  28. if VitekLust >= 60 and VitekTut = 1:
  29. GLust += 1
  30. $gopVi = 'Vitek on driving with your breasts look'
  31. gopVi = 1
  32. elseif VitekLust < 90 and VitekTut = 1:
  33. $gopVi = 'Witek delves into the phone'
  34. gopVi = 1
  35. elseif VitekTut = 0:
  36. $gopVi = ''
  37. gopVi = 0
  38. end
  39. KotilLust = rand(0, 100)
  40. if KotilLust >= 70 and KostilTut = 1:
  41. GLust += 1
  42. $gopK = 'Crutch rummage your figure leer'
  43. gopK = 1
  44. elseif KotilLust < 90 and KostilTut = 1:
  45. $gopK = 'Crutch schelykaet Semyon'
  46. gopK = 1
  47. elseif KostilTut = 0:
  48. $gopK = ''
  49. gopK = 0
  50. end
  51. UdmurtLust = rand(0, 100)
  52. if UdmurtLust >= 80 and UdmurtTut = 1:
  53. GLust += 1
  54. $gopU = 'Udmurt hard stare and stare at you as you see in his pants, the bulge between his legs grow'
  55. gopU = 1
  56. elseif UdmurtLust < 90 and UdmurtTut = 1:
  57. $gopU = 'Udmurt squats and spits on asphalt'
  58. gopU = 1
  59. elseif UdmurtTut = 0:
  60. $gopU = ''
  61. gopU = 0
  62. end
  63. SeriLust = rand(0, 100)
  64. if SeriLust >= 90 and SeriTut = 1:
  65. GLust += 1
  66. $gopS = 'Grey spits on the pavement through their gold teeth and grinning mischievously staring at your feet'
  67. gopS = 1
  68. elseif SeriLust < 95 and SeriTut = 1:
  69. $gopS = 'Gray turned away and talking on the phone'
  70. gopS = 1
  71. elseif SeriTut = 0:
  72. $gopS = ''
  73. gopS = 0
  74. end
  75. $gopnik = ''
  76. if gopV = 1:
  77. $gopnik += '<<$gopV>>'
  78. if gopB + gopVi + gopK + gopU + gopS > 1:
  79. $gopnik += ', '
  80. elseif gopB + gopVi + gopK + gopU + gopS = 1:
  81. $gopnik += ' and '
  82. end
  83. end
  84. if gopB = 1:
  85. $gopnik += '<<$gopB>>'
  86. if gopVi + gopK + gopU + gopS > 1:
  87. $gopnik += ', '
  88. elseif gopVi + gopK + gopU + gopS = 1:
  89. $gopnik += ' and '
  90. end
  91. end
  92. if gopVi = 1:
  93. $gopnik += '<<$gopVi>>'
  94. if gopK + gopU + gopS > 1:
  95. $gopnik += ', '
  96. elseif gopK + gopU + gopS = 1:
  97. $gopnik += ' and '
  98. end
  99. end
  100. if gopK = 1:
  101. $gopnik += '<<$gopK>>'
  102. if gopU + gopS > 1:
  103. $gopnik += ', '
  104. elseif gopU + gopS = 1:
  105. $gopnik += ' and '
  106. end
  107. end
  108. if gopU = 1:
  109. $gopnik += '<<$gopU>>'
  110. if gopS = 1:$gopnik += ' and '
  111. end
  112. if gopS = 1:$gopnik += '<<$gopS>>'
  113. --- goplust ---------------------------------