Browse Source

[fixed] Missing $loc and $metka data added to 'foto' file.

KevinSmarts 5 years ago
parent
commit
36a2c51279
1 changed files with 4 additions and 0 deletions
  1. 4 0
      locations/foto.qsrc

+ 4 - 0
locations/foto.qsrc

@@ -1,6 +1,9 @@
 # foto
 
+$loc = 'foto'
+
 if $ARGS[0] = 'start':
+	$metka = 'start'
 	if hour < 2:
 		menu_off = 1
 		gs 'clothing', 'wear_last_worn'
@@ -134,6 +137,7 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'studio':
+	$metka = 'studio'
 	$menu_loc = 'foto'
 	$menu_arg = 'studio'
 	menu_off = 0