MLanding.tw 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. :: MLanding
  2. <<set $here = 'MLanding'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $location_type = 'private'>>
  5. <<set $locclass to null>>
  6. <<if $location_var[$here][0] == 'west'>>
  7. <<set $loc = 'MLanding'>>
  8. <<set $loc_arg = 'west'>>
  9. <<set $menu_loc = 'MLanding'>>
  10. <<set $menu_arg = 'west'>>
  11. <<set $menu_off = 0>>
  12. <<image "locations/city/suburb/bdsm_club/wlanding.jpg">>
  13. <<actCLA 'Go to the east wing landing'>>
  14. <<gt 'MLanding' 'east'>>
  15. <</actCLA>>
  16. <<actCLA 'Go downstairs to the foyer'>>
  17. <<gt 'MHall' 'foyer'>>
  18. <</actCLA>>
  19. <<actCLA 'Visit the master bedroom'>>
  20. <<gt 'MWestbed' 'master'>>
  21. <</actCLA>>
  22. <<actCLA 'Visit guest bedroom A'>>
  23. <<gt 'MWestbed' 'guest'>>
  24. <</actCLA>>
  25. <<actCLA 'Visit the games room'>>
  26. <<gt 'MGames'>>
  27. <</actCLA>>
  28. <<if rand(0,100) < 3>>
  29. <<set $menu_off = 1>>
  30. <<video "locations/city/suburb/bdsm_club/sex/maid_sex_b1.mp4">>
  31. A maid is being helped with the vacuum cleaning by a man in casual clothing, you think about reporting him, but he's a bit busy right now.
  32. <<arouse 'voyeur_sex' 5 >>
  33. <<arousalEnd>>
  34. <<actCLA 'Return'>>
  35. <<gt 'MLanding' 'west'>>
  36. <</actCLA>>
  37. <</if>>
  38. <</if>>
  39. <<if $location_var[$here][0] == 'east'>>
  40. <<set $locclass to null>>
  41. <<set $loc = 'MLanding'>>
  42. <<set $loc_arg = 'east'>>
  43. <<set $menu_loc = 'MLanding'>>
  44. <<set $menu_arg = 'east'>>
  45. <<set $menu_off = 0>>
  46. <<image "locations/city/suburb/bdsm_club/elanding.jpg">>
  47. <<actCLA 'Go to the west wing landing'>>
  48. <<gt 'MLanding' 'west'>>
  49. <</actCLA>>
  50. <<actCLA 'Go downstairs to the foyer'>>
  51. <<gt 'MHall' 'foyer'>>
  52. <</actCLA>>
  53. <<actCLA 'Go downstairs to the west wing hallway'>>
  54. <<gt 'MHall' 'west'>>
  55. <</actCLA>>
  56. <<actCLA 'Visit guest bedroom B'>>
  57. <<gt 'MEastbed' 'guestB'>>
  58. <</actCLA>>
  59. <<actCLA 'Visit guest bedroom C'>>
  60. <<gt 'MEastbed' 'guestC'>>
  61. <</actCLA>>
  62. <<actCLA 'Visit guest bedroom D'>>
  63. <<gt 'MEastbed' 'guestD'>>
  64. <</actCLA>>
  65. <<actCLA 'Go to the bathroom'>>
  66. <<gt 'MBathrooms' 'bath'>>
  67. <</actCLA>>
  68. <<actCLA 'Go to the living room'>>
  69. <<gt 'MLiving'>>
  70. <</actCLA>>
  71. <</if>>