Browse Source

[changed] moved the leave option to the top

julzor 5 years ago
parent
commit
0d7ee5bef8
1 changed files with 3 additions and 13 deletions
  1. 3 13
      locations/BMloc.qsrc

+ 3 - 13
locations/BMloc.qsrc

@@ -3,6 +3,7 @@
 menu_off = 1
 gs 'stat'
 
+act 'Leave':gt 'gdkin'
 act 'Dance':
 	*clr & cla
 	gs 'stat'
@@ -25,16 +26,14 @@ act 'Dance':
 				'<<$niknameboy>> tells you "Remember me, we danced together. I''m <<$boydesc>>."'
 			end
 		end
-	else
-		!!if bmFrend[Tboynum] = 1:end
-		!!if bmFrend[Tboynum] = 2:end
-		!!if bmFrend[Tboynum] = 3:end
 	end
 
 	if bmTip[Tboynum] = 0:'After the Dance <<$boydesc>> offers to go out and drink beer.'
 	if bmTip[Tboynum] = 1:'After the Dance <<$boydesc>> offers to go hang out.'
 	if bmTip[Tboynum] = 2:'After the Dance <<$boydesc>> offers to go to his hotel.'
 
+	act 'Refuse': sprt_exp += rand(0,1) & gt 'gdkin'
+	
 	act 'Agree':
 		*clr & cla
 		boynumBlock = 1
@@ -43,16 +42,7 @@ act 'Dance':
 		if bmTip[Tboynum] = 1:gt 'gdksex', 'outside', 'aggressiv'
 		if bmTip[Tboynum] = 2:DPtipe = 2 & gt 'gdksex', 'hotel'
 	end
-
-	act 'Refuse':
-		*clr & cla
-		! WD: Should be pcs_sprt not willpower
-		sprt_exp += rand(0, 1)
-		gt 'gdkin'
-	end
 end
 
-act 'Leave':gt 'gdkin'
-
 --- BMloc ---------------------------------