burlesque.qsrc 535 B

1234567891011121314151617181920212223
  1. # burlesque
  2. if $ARGS[0] = 'start':
  3. $metka = '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. 'it is empty, someone has to write content here.'
  16. act 'Leave': gt 'liames'
  17. end
  18. --- burlesque ---------------------------------