burlesque.qsrc 839 B

12345678910111213141516171819202122232425262728
  1. # burlesque
  2. !!2022/03/17
  3. if $ARGS[0] = 'start':
  4. $loc_arg = 'start'
  5. $loc = 'burlesque'
  6. $menu_loc = 'burlesque'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. *clr & cla
  10. $location_type = 'public_indoors'
  11. CLOSE ALL
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. '<center><b><font color="maroon">Burlesque club</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/pushkin/rasputin/building_day.jpg"></center>'
  16. 'A club mostly for gentlemen, it has dancers and shows you can see.'
  17. 'They also have adverts looking for new dancers so you could try and get some work here if you are skilled enough.'
  18. !! act 'Watch a show': gt 'burlesque', 'show'
  19. !! act 'Get a "private dance"': gt 'burlesque', 'dance'
  20. !! act 'Enquire about a job': gt 'burlesque', 'interview'
  21. act 'Leave': gt 'liames'
  22. end
  23. --- burlesque ---------------------------------