Explorar el Código

[fixed] open the events

rachels hace 2 años
padre
commit
65c402db30
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      locations/booty_call.qsrc

+ 2 - 0
locations/booty_call.qsrc

@@ -24,6 +24,8 @@ if $ARGS[0] = 'SMS raiser':
 			gs 'booty_call_sms', 'start',$FuckBuddy[i]
 			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
 		end
 		i += 1
 		jump 'booty_call_sms_raiser_loop'