Browse Source

[changed] Vitek scene was still using Snpc file which is old so re-routed

Kevin_Smarts 2 years ago
parent
commit
7fe5331842
1 changed files with 6 additions and 1 deletions
  1. 6 1
      locations/pav_disco.qsrc

+ 6 - 1
locations/pav_disco.qsrc

@@ -406,7 +406,12 @@ if $ARGS[0] = 'kotov_love':
 		'The guy throws up his hands. "Sorry man, I didn''t know she was with you."' 
 		'Vitek pushes the guy. "Go back to the city and stay there."'
 	end
-	act 'Go to Vitek':numnpc = 9 & gt 'Snpc'
+	act 'Go to Vitek':
+		'<center><b><font color="maroon"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></font></b></center>'
+		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big9.jpg"></center>'
+		'<<$npc_notes[''A9'']>>'
+		gs 'kotovtalker'
+	end
 	exit
 end