Explorar el Código

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

rachels hace 4 años
padre
commit
142d51e1da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'