Quellcode durchsuchen

[fixed] else should have been an end

Kevin_Smarts vor 2 Jahren
Ursprung
Commit
f5bdae0b20
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/NikoEv.qsrc

+ 1 - 1
locations/NikoEv.qsrc

@@ -40,7 +40,7 @@ if $ARGS[0] = 'Intro':
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/smile1.jpg"></center>'
 			'You give him a harsh stare as you shout, "Beat it punk! I''m not looking for a boyfriend!" He remains completely unfazed as he responds, "I''m sorry that I bothered you." Niko never loses his smile as he turns around and walks away. You can''t help but think to yourself. "Why was he so calm? What is it with that guy?" Before shaking your head and walking away.'	
 			act 'Leave':gt 'gschool_grounds', 'main'
-		else
+		end
 	end	
 end