Fixed another issue follow up b275412bcc

This commit is contained in:
Atemo 2017-09-08 19:22:34 +02:00
parent b275412bcc
commit 3cc29d04cc

View File

@ -1455,19 +1455,19 @@ OnInstanceInit:
OnStart: OnStart:
sleep 1000; sleep 1000;
npctalk "Catherine Jet Johnson: Unfortunately, I am failed to persuade Kimi."; npctalk "Catherine Jet Johnson: Unfortunately, I am failed to persuade Kimi.";
sleep2 3000; sleep 3000;
npctalk "Catherine Jet Johnson: What was the voice of phantom? Why it torments Kimi so harshly..."; npctalk "Catherine Jet Johnson: What was the voice of phantom? Why it torments Kimi so harshly...";
sleep2 4000; sleep 4000;
npctalk "Catherine Jet Johnson: I guess that the curse of my face was form the unidentified voice."; npctalk "Catherine Jet Johnson: I guess that the curse of my face was form the unidentified voice.";
sleep2 4000; sleep 4000;
npctalk "Catherine Jet Johnson: Anyway, even Kimi, saying hates everyone, has collected her recollections here a lot."; npctalk "Catherine Jet Johnson: Anyway, even Kimi, saying hates everyone, has collected her recollections here a lot.";
sleep2 6000; sleep 6000;
npctalk "Catherine Jet Johnson: I will put this thing safely even if her soul will return and she won't be disappointed."; npctalk "Catherine Jet Johnson: I will put this thing safely even if her soul will return and she won't be disappointed.";
sleep2 5000; sleep 5000;
npctalk "Catherine Jet Johnson: Thanks to you, everything that I have wondered is completely resolved. Please call me again if you are going to send her to Heaven next time."; npctalk "Catherine Jet Johnson: Thanks to you, everything that I have wondered is completely resolved. Please call me again if you are going to send her to Heaven next time.";
sleep2 5000; sleep 5000;
npctalk "Catherine Jet Johnson: I will open the exit way out. I will go outside first, so just follow me."; npctalk "Catherine Jet Johnson: I will open the exit way out. I will go outside first, so just follow me.";
sleep2 3000; sleep 3000;
disablenpc instance_npcname("Catherine Jet Johnson#6"); disablenpc instance_npcname("Catherine Jet Johnson#6");
enablenpc instance_npcname("#exwp1"); enablenpc instance_npcname("#exwp1");
end; end;