Browse Source

Telefon: Removing old random mobile phone checks in favor of new style.

KeyMasterOfGozer 5 years ago
parent
commit
621cba48bf

+ 1 - 1
locations/korr.qsrc

@@ -94,7 +94,7 @@ elseif parkday ! daystart and parkblackmail = 2:
 	'Damn, your photos with sperm on your face and two dicks in your mouth are plastered around porch.'
 end
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 if hour >= 9 and hour <= 20 and santehnikDolg > 0 and money >= santehnikDolg:
 	'<b><font color="red">, the doorbell rings</font></b>'

+ 1 - 1
locations/korr2x.qsrc

@@ -69,7 +69,7 @@ act '<b><font color="maroon">Go outside</font></b>':
 		xgt'liames'
 	end
 end
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 if hour >= 9 and hour <= 20 and santehnikDolg > 0 and money >= santehnikDolg:
 	'<b><font color = red>The doorbell rings</font></b>'

+ 1 - 1
locations/korrPar.qsrc

@@ -332,7 +332,7 @@ if hour >= 10 and hour <= 23 and pav_slut >= 125 and podwhoreQW >= 3:
 	end
 end
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 --- korrPar ---------------------------------
 

+ 1 - 1
locations/liam.qsrc

@@ -78,7 +78,7 @@ act 'Walk 1 h':
 	act 'Complete outing':gt'liam','start'
 end
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 --- liam ---------------------------------
 

+ 3 - 3
locations/mey_home.qsrc

@@ -126,7 +126,7 @@ if $ARGS[0] = 'start':
 	act 'Tamara Mikhailovna''s room': gt 'mey_home', '7'
 	act 'Garden': gt 'mey_home', '8'
 
-	if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+	!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 end
 
 ! kitchen
@@ -178,7 +178,7 @@ if $ARGS[0] = '1':
 
 	gs 'events', 'read'
 
-	if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+	!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 end
 
 if $ARGS[0] = '2':
@@ -269,7 +269,7 @@ if $ARGS[0] = '3':
 
 	act 'Wait':gs 'obj_din', 'wait'
 
-	if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+	!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 end
 
 if $ARGS[0] = '4':

+ 1 - 1
locations/pavCommercial.qsrc

@@ -149,7 +149,7 @@ act 'Walk to the city highway':minut += 15 & nroad = 20 & gt 'road'
 
 act 'Wait':gs 'obj_din', 'wait'
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 if npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week = 7:
 	cla & *clr

+ 1 - 1
locations/pavIndustrial.qsrc

@@ -93,7 +93,7 @@ act 'Walk to the commercial area':minut += 5 & gt 'pavCommercial'
 
 act 'Wait':gs 'obj_din', 'wait'
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 if npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week = 7:
 	menu_off = 1

+ 1 - 1
locations/pavResidential.qsrc

@@ -227,7 +227,7 @@ if storyline ! 0 and AndRev = 1 and (hour >=22 or hour <=2) and rand(1,100) >= 9
 	end
 end
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 if npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week = 7:
 	menu_off = 1

+ 1 - 1
locations/ymans.qsrc

@@ -38,7 +38,7 @@ if ymanrem[3] >= 1:act 'Go the gym':minut += 1 & gt 'ysport'
 if ymanrem[3] >= 1:act 'Go to your work room':minut += 1 & gt 'ykabinet'
 if $clothingworntype ! 'nude':act 'Walk outside':minut += 5 & gt 'youplace'
 
-if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
+!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
 --- ymans ---------------------------------