1
0
Quellcode durchsuchen

allow go into the initial scene without the argument 'start'

rachels vor 4 Jahren
Ursprung
Commit
142d51e1da
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/obroom.qsrc

+ 1 - 1
locations/obroom.qsrc

@@ -1,6 +1,6 @@
 # obroom
 
-if $ARGS[0] = 'start':
+if $ARGS[0] = 'start' or $ARGS[0] = '':
 	$sexloc = 'obroom'
 	CLOSE ALL
 	$loc_arg = 'start'