116_katspalnya 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # katspalnya
  2. $sexloc = $CURLOC
  3. if $ARGS[0] = 'start':
  4. cls
  5. gs 'stat'
  6. $metkaM = $ARGS[0]
  7. $locM = $CURLOC
  8. '<center><B><font color = maroon>Guest Katie</font></B></center>'
  9. '<center><img src="images\img\SleepingQuarter\Kathouse\bedroom.jpg"></center>'
  10. if hour >= 18 and hour < 23: 'Sitting on the couch <a href="exec: gt ''katspalnya'',''kat''">Kate</a> and watching television'
  11. if hour >= 23 or hour < 6: 'In bed asleep <a href="exec: gt ''katspalnya'',''katslip''">Kate</a>.'
  12. 'Large room in the middle is a huge bed, a small couch in the side.'
  13. act 'Leave': gt 'street'
  14. end
  15. if $ARGS[0] = 'katslip':
  16. cla
  17. clr
  18. *clr
  19. set minut += 30
  20. if katjob = 0 and kat > 60: gt 'katspalnya','katjobs'
  21. '<center><img src="images\img\Kathouse\kat.jpg"></center>'
  22. 'Katya rubs his eyes "Hey how´s it going."'
  23. act 'Move away': gt 'katspalnya','start'
  24. if kat > 50: act 'Sex': gt 'lezbsex','start'
  25. end
  26. if $ARGS[0] = 'kat':
  27. cla
  28. clr
  29. *clr
  30. set minut += 30
  31. if katjob = 0 and kat > 60: gt 'katspalnya','katjobs'
  32. '<center><img src="images\img\Kathouse\kat.jpg"></center>'
  33. 'Seeing you Katya smiling "Hi how´s it going."'
  34. act 'Move away': gt 'katspalnya','start'
  35. if kat > 50: act 'Sex': gt 'lezbsex','start'
  36. act 'Chat':
  37. cla
  38. clr
  39. if telkat = 0: set telkat = 1
  40. set kat += 1
  41. set minut += 30
  42. '<center><img src="images\img\Kathouse\kat.jpg"></center>'
  43. 'You talked for half an hour.'
  44. act 'Finish': gt 'katspalnya','start'
  45. end
  46. end
  47. if $ARGS[0] = 'katjobs':
  48. cla
  49. clr
  50. *clr
  51. set katjob = 1
  52. set minut += 30
  53. '<center><img src="images\img\Kathouse\kat.jpg"></center>'
  54. '"Svetsik if you want I can talk to your doctor and heads take to work in the clinic."'
  55. act '"But I´m not a nurse."':
  56. cla
  57. '"But I´m not a nurse." you tried to argue.'
  58. '"Oh, come on, you start with what some unpretentious, dressing will do. And there you´ll learn, life safety in the school because it was."'
  59. '"Yes, it was." otveteli you thinking about what you are interested in while not dressings.'
  60. '"Well, okay, I´ll talk and you yourself want to come see it or not."'
  61. act '"Good."': gt 'katspalnya','start'
  62. end
  63. end
  64. --- katspalnya ---------------------------------