12345678910111213141516171819202122232425 |
- # MDressing
- $loc_arg = $ARGS[0]
- $loc = 'MDressing'
- $locM_arg = $ARGS[0]
- $locM = 'MDressing'
- $location_type = 'private'
- $loc = 'MDressing'
- $loc_arg = ''
- $menu_loc = 'MDressing'
- $menu_arg = ''
- menu_off = 0
- cls
- gs 'stat'
- '<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/dressingroom.jpg"></center>'
- '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.'
- 'It contains several <a href="exec:gt ''wardrobe'', ''start''">wardrobes</a> (where you can choose outfits and organize your clothing).'
- '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.'
- *nl
- 'You can access your <a href="exec: quick_dress = 1 & gt ''wardrobe'', ''default''">default clothing</a> options directly.'
- act 'Go to foyer': gt 'MHall', 'foyer'
- act 'Go to east wing hall': gt 'MHall', 'east'
- --- MDressing ---------------------------------
|