MDressing.qsrc 800 B

123456789101112131415161718
  1. # MDressing
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. $location_type = 'private'
  7. cls
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/dressingroom.jpg"></center>'
  10. 'A huge dressing room. Mostly used by submissives to dress as staff and because of this, it is a safe space and games are not allowed.'
  11. 'It contains several <a href="exec:gt ''wardrobe'', ''start''">wardrobes</a> (where you can choose outfits and organize your clothing).'
  12. 'There are whole cabinets filled with designer clothing belonging to various club members and plenty of <a href="exec:GT ''mirror'',''start''">mirrors</a> you can use.'
  13. act 'Go to foyer': gt 'MHall', 'foyer'
  14. act 'Goto east wing hall': gt 'MHall', 'east'
  15. --- MDressing ---------------------------------