1
0
Răsfoiți Sursa

[fixed] varibale name mismatch

Kevin_Smarts 11 luni în urmă
părinte
comite
fd26db5b5e
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      locations/gschool_lessons.qsrc
  2. 2 2
      locations/gschool_lunch.qsrc

+ 1 - 1
locations/gschool_lessons.qsrc

@@ -192,7 +192,7 @@ if $ARGS[0] = 'short_break':
 			school_period = 6
 			gt 'gschool_lessons', 'short_break'
 		end
-		if NikoVolkovQW = 10 and NikoEv = 12: school_lunch = 1 & school_period = 6 & gt 'NikoDreams', 'Classroom Dream'
+		if NikoVolkovQW = 10 and NikoEv = 12: school_lunch = 1 & school_period = 6 & gt 'NikoDreams', 'classroom_dream'
 	elseif school_period = 6:
 		if $ARGS[1] = '':
 			if hour = 10:

+ 2 - 2
locations/gschool_lunch.qsrc

@@ -48,10 +48,10 @@ if $ARGS[0] = 'cafeteria':
 	if school_lunch = 0:
 		if NikoVolkovQW = 5 and NikoEv = 5 and NikoDate = 0 and NikoDate_Day ! daystart:
 			school_lunch = 1
-			gt 'NikoDates', 'Hallway Strip'
+			gt 'NikoDates', 'hallway_strip'
 		elseif NikoVolkovQW = 10 and NikoEv = 12:
 			school_lunch = 1
-			gt 'NikoDreams', 'Classroom Dream'
+			gt 'NikoDreams', 'classroom_dream'
 		elseif NikoVolkovQW = 10 and NikoEv = 13 and NikoDate_Day ! daystart:
 			school_lunch = 1
 			gt 'NikoEv2', 'Lunch Chat'