|
@@ -123,16 +123,6 @@ if $ARGS[0] = 'update_locat':
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- if MiraVars['follower'] = 1:
|
|
|
- MiraVars['follower'] = 0
|
|
|
- ! Mira is your follower, so set her location to your location.
|
|
|
- locat['A60'] = func('miroslava_schedule', 'get_locat_from_loc')
|
|
|
- exit
|
|
|
- elseif Miravars['follow_time'] > 0:
|
|
|
- locat['A60'] = locat['A60_prev']
|
|
|
- exit
|
|
|
- end
|
|
|
-
|
|
|
if MiraVars['guest'] = 1:
|
|
|
if MiraVars['guestday'] <= daystart: MiraVars['guestday'] = daystart + 1
|
|
|
!! check if mira and sveta are in the same location.
|
|
@@ -156,6 +146,16 @@ if $ARGS[0] = 'update_locat':
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
+ if MiraVars['follower'] = 1:
|
|
|
+ MiraVars['follower'] = 0
|
|
|
+ ! Mira is your follower, so set her location to your location.
|
|
|
+ locat['A60'] = func('miroslava_schedule', 'get_locat_from_loc')
|
|
|
+ exit
|
|
|
+ elseif Miravars['follow_time'] > 0:
|
|
|
+ locat['A60'] = locat['A60_prev']
|
|
|
+ exit
|
|
|
+ end
|
|
|
+
|
|
|
gs 'miroslava_schedule', 'get_base_schedule'
|
|
|
|
|
|
if hour <= 7:
|