MDressing 658 B

12345678910111213141516
  1. # MDressing
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaM = $ARGS[0]
  5. $locM = $CURLOC
  6. cls
  7. gs 'stat'
  8. '<center><img src="images/BDSM_Club/Hallways/dressingroom.jpg"></center>'
  9. '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.'
  10. 'It contains several wardrobes (where you can <a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''">organize your clothes</a> or <a href="exec:gt ''clothing_QV'', ''list''">pick something to wear</a>).'
  11. act 'Go to foyer': gt 'MHall', 'foyer'
  12. act 'Goto east wing hall': gt 'MHall', 'east'
  13. --- MDressing ---------------------------------