Browse Source

[fixed] audio stop when entering strip club & no npc generated for lapdance sex

Sicaa 4 years ago
parent
commit
0a4673acfb
2 changed files with 10 additions and 7 deletions
  1. 2 0
      locations/stripclub.qsrc
  2. 8 7
      locations/stwork2.qsrc

+ 2 - 0
locations/stripclub.qsrc

@@ -1,4 +1,6 @@
 # stripclub
+close all
+
 if $ARGS[0] = 'start':
 	*clr & cla
 	minut += 5

+ 8 - 7
locations/stwork2.qsrc

@@ -359,14 +359,14 @@ if $ARGS[0] = 'pr1':
 		guy += 4
 		killvar '$boy'
 		i=rand(18,40)
-		gs 'npcgeneratec', 0, 'Private dance Client', i
+		gs 'npcgeneratec', 0, 'Private dance client', i
 		gs 'boyStat', $npclastgenerated
-		gs 'npcgeneratec', 0, 'Friend of Client', i
-		gs 'boyStat', $npclastgenerated,'1'
-		gs 'npcgeneratec', 0, 'Friend of Client', i
-		gs 'boyStat', $npclastgenerated,'2'
-		gs 'npcgeneratec', 0, 'Friend of Client', i
-		gs 'boyStat', $npclastgenerated,'3'
+		gs 'npcgeneratec', 0, 'Friend of client', i
+		gs 'boyStat', $npclastgenerated, '1'
+		gs 'npcgeneratec', 0, 'Friend of client', i
+		gs 'boyStat', $npclastgenerated, '2'
+		gs 'npcgeneratec', 0, 'Friend of client', i
+		gs 'boyStat', $npclastgenerated, '3'
 		picrand = 12
 		money += 4000
 		$sexloc = 'stwork'
@@ -391,6 +391,7 @@ if $ARGS[0] = 'pr2':
 	end	
 
 	act 'Agree':
+		gs 'npcgeneratec', 0, 'Private dance client', rand(20,55)
 		guy += 1
 		picrand = 39
 		money += 2000