Browse Source

[fixed] if, ifelse, end squashed up too much. Needed more lines to breathe

KevinSmarts 3 years ago
parent
commit
ff7abd3451
1 changed files with 7 additions and 4 deletions
  1. 7 4
      locations/music_actions.qsrc

+ 7 - 4
locations/music_actions.qsrc

@@ -17,10 +17,13 @@ if ARGS[0] = 'start':
                 ml_guitar['location'] = 'carried'
             end
         end
-        if $ARGS[0] = 'sitr': gt 'sitr'
-        elseif ARGS[0] = 'daichan': gt 'daichan'
-        else gt ARGS[0], 'start'
-
+        if $ARGS[0] = 'sitr':
+			gt 'sitr'
+        elseif ARGS[0] = 'daichan':
+			gt 'daichan'
+        else
+			gt ARGS[0], 'start'
+		end
     end
 
 	if ml_guitar['carried'] = 1: