goplust 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # goplust
  2. GLust = 0
  3. VasanLust = rand(0, 100)
  4. if VasanLust >= 50 and VasanTut = 1:
  5. VasanTut = 2
  6. GLust += 1
  7. $gopV = 'Bob nail looks at you look greedy'
  8. elseif VasanLust < 80 and VasanTut = 1:
  9. $gopV = 'Bob nail looks at you with indifference'
  10. elseif VasanTut = 0:
  11. $gopV = ''
  12. end
  13. BerezaLust = rand(0, 100)
  14. if BerezaLust >= 60 and BerezaTut = 1:
  15. BerezaTut = 2
  16. GLust += 1
  17. $gopB = 'Birch looks at you with interest'
  18. elseif BerezaLust < 95 and BerezaTut = 1:
  19. $gopB = 'Birch does not look at you'
  20. elseif BerezaTut = 0:
  21. $gopB = ''
  22. end
  23. VitekLust = rand(0, 100)
  24. if VitekLust >= 60 and VitekTut = 1:
  25. VitekTut = 2
  26. GLust += 1
  27. $gopVi = 'Vitek on driving with your breasts look'
  28. elseif VitekLust < 90 and VitekTut = 1:
  29. $gopVi = 'Witek delves into the phone'
  30. elseif VitekTut = 0:
  31. $gopVi = ''
  32. end
  33. KotilLust = rand(0, 100)
  34. if KotilLust >= 70 and KostilTut = 1:
  35. KostilTut = 2
  36. GLust += 1
  37. $gopK = 'Crutch rummage your figure leer'
  38. elseif KotilLust < 90 and KostilTut = 1:
  39. $gopK = 'Crutch schelykaet Semyon'
  40. elseif KostilTut = 0:
  41. $gopK = ''
  42. end
  43. UdmurtLust = rand(0, 100)
  44. if UdmurtLust >= 80 and UdmurtTut = 1:
  45. UdmurtTut = 2
  46. GLust += 1
  47. $gopU = 'Udmurt hard stare and stare at you as you see in his pants, the bulge between his legs grow.'
  48. elseif UdmurtLust < 90 and UdmurtTut = 1:
  49. $gopU = 'Udmurt squats and spits on asphalt'
  50. elseif UdmurtTut = 0:
  51. $gopU = ''
  52. end
  53. SeriLust = rand(0, 100)
  54. if SeriLust >= 90 and SeriTut = 1:
  55. SeriTut = 2
  56. GLust += 1
  57. $gopS = 'Grey spits on the pavement through their gold teeth and grinning mischievously staring at your feet.'
  58. elseif SeriLust < 95 and SeriTut = 1:
  59. $gopS = 'Gray turned away and talking on the phone'
  60. elseif SeriTut = 0:
  61. $gopS = ''
  62. end
  63. $gopnik = '<<$gopV>> <<$gopB>> <<$gopVi>> <<$gopK>> <<$gopU>> <<$gopS>>'
  64. --- goplust ---------------------------------