Преглед изворни кода

[fixed] array name needs to be different or additional booty calls will be inacessible on the same day

hornguy6 пре 2 година
родитељ
комит
5906e39471

+ 1 - 1
locations/booty_call.qsrc

@@ -25,7 +25,7 @@ if $ARGS[0] = 'SMS raiser':
 			gs 'booty_call_sms', 'Add SMS', $FuckBuddy[i]
 			booty_call_time[$FuckBuddy[i]] = 2000
 			!! this is a bit superfluous, but it makes the code run fater.
-			booty_call['A0'] = daystart
+			booty_call_time['A0'] = daystart
 		end
 		i += 1
 		jump 'booty_call_sms_raiser_loop'

+ 1 - 1
locations/city_center.qsrc

@@ -291,7 +291,7 @@ end
 
 gs 'camera', 'check_location'
 
-if booty_call['A0'] = daystart:
+if booty_call_time['A0'] = daystart:
 	i=0
 	*nl
 	:loopBC

+ 1 - 1
locations/city_residential.qsrc

@@ -194,7 +194,7 @@ if hour >= 20 or hour <= 4:
 	end
 end
 
-if booty_call['A0'] = daystart:
+if booty_call_time['A0'] = daystart:
 	i=0
 	*nl
 	:loopBC

+ 1 - 1
locations/pav_residential.qsrc

@@ -194,7 +194,7 @@ if (hour > 20 or hour < 4) and succubusQW = 5 and suchuntday ! daystart:
 	end
 end
 
-if booty_call['A0'] = daystart :
+if booty_call_time['A0'] = daystart :
 	i=0
 	*nl
 	:loopBC