burlesque.qsrc 835 B

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