Browse Source

[added] Text for the burlesque club and commented out links for actions to be added

KevinSmarts 4 years ago
parent
commit
8ef6301022
1 changed files with 6 additions and 1 deletions
  1. 6 1
      locations/burlesque.qsrc

+ 6 - 1
locations/burlesque.qsrc

@@ -13,7 +13,12 @@ if $ARGS[0] = 'start':
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Burlesque club</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/oldtown/burlesque_club/burlesque_club.jpg"></center>'
-	'it is empty, someone has to write content here.'
+	'A club mostly for gentlemen, it has dancers and shows you can see.'
+	'They also have adverts looking for new dancers so you could try and get some work here if you are skilled enough.'
+	
+!!	act 'Watch a show': gt 'burlesque', 'show'
+!!	act 'Get a "private dance"': gt 'burlesque', 'dance'
+!!	act 'Enquire about a job': gt 'burlesque', 'interview'
 
 	act 'Leave': gt 'liames'
 end