1
0
Pārlūkot izejas kodu

[fixed] Added contingency for escape post hookup if regiion not found so npc_residence not set

Kevin_Smarts 2 gadi atpakaļ
vecāks
revīzija
a3ab7f346e
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      locations/hookup_after.qsrc

+ 3 - 0
locations/hookup_after.qsrc

@@ -22,6 +22,9 @@ if $ARGS[0] = 'exit':
 	elseif npc_residence[$npclastsaved] = 4:
 		!! St. Petersburg City Center exit
 		gt 'city_center'
+	else
+		!!default if no match
+		gt 'pav_residential'
 	end
 end