370_goplust 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # goplust
  2. VasanLust = RAND(0,100)
  3. BerezaLust = RAND(0,100)
  4. VitekLust = RAND(0,100)
  5. KotilLust = RAND(0,100)
  6. UdmurtLust = RAND(0,100)
  7. SeriLust = RAND(0,100)
  8. GLust = 0
  9. if VasanLust >= 50 and VasanTut = 1:
  10. VasanTut = 2
  11. GLust += 1
  12. $gopV = 'Bob nail looks at you look greedy'
  13. elseif VasanLust < 80 and VasanTut = 1:
  14. $gopV = 'Bob nail looks at you with indifference'
  15. elseif VasanTut = 0:
  16. $gopV = ''
  17. end
  18. if BerezaLust >= 60 and BerezaTut = 1:
  19. BerezaTut = 2
  20. GLust += 1
  21. $gopB = 'Birch looks at you with interest'
  22. elseif BerezaLust < 95 and BerezaTut = 1:
  23. $gopB = 'Birch does not look at you'
  24. elseif BerezaTut = 0:
  25. $gopB = ''
  26. end
  27. if VitekLust >= 60 and VitekTut = 1:
  28. VitekTut = 2
  29. GLust += 1
  30. $gopVi = 'Vitek on driving with your breasts look'
  31. elseif VitekLust < 90 and VitekTut = 1:
  32. $gopVi = 'Witek delves into the phone'
  33. elseif VitekTut = 0:
  34. $gopVi = ''
  35. end
  36. if KotilLust >= 70 and KostilTut = 1:
  37. KostilTut = 2
  38. GLust += 1
  39. $gopK = 'Crutch rummage your figure leer'
  40. elseif KotilLust < 90 and KostilTut = 1:
  41. $gopK = 'Crutch schelykaet Semyon'
  42. elseif KostilTut = 0:
  43. $gopK = ''
  44. end
  45. if UdmurtLust >= 80 and UdmurtTut = 1:
  46. UdmurtTut = 2
  47. GLust += 1
  48. $gopU = 'Udmurt hard stare and stare at you as you see in his pants, the bulge between his legs grow.'
  49. elseif UdmurtLust < 90 and UdmurtTut = 1:
  50. $gopU = 'Udmurt squats and spits on asphalt'
  51. elseif UdmurtTut = 0:
  52. $gopU = ''
  53. end
  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 ---------------------------------