|
@@ -15,7 +15,7 @@
|
|
|
prontera.gat,157,168,2 script Kiel Capry 68,{
|
|
|
mes "[Kiel Capry]";
|
|
|
mes callfunc("F_Hi");
|
|
|
- mes "Help us! Everybody's evacuated! There's an accident in my father's University...";
|
|
|
+ mes "Help us! Everybody's evacuated! There's been an accident in my father's University...";
|
|
|
if(rand(2))close;
|
|
|
specialeffect 417;
|
|
|
next;
|
|
@@ -33,8 +33,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{
|
|
|
mes "[Kiel Carlo]";
|
|
|
mes callfunc("F_Hi");
|
|
|
mes "We have evacuated all the students!";
|
|
|
- mes "What? Are you going to jump in the lift tunnel, just in hands of the gone bad robots?";
|
|
|
- mes "Well... we nedd money. Will you pay 10.000z?";
|
|
|
+ mes "What? Are you going to jump in the lift tunnel, right into the hands of those gone bad robots?";
|
|
|
+ mes "Well... we need money. Will you pay 10.000z?";
|
|
|
next;
|
|
|
emotion e_hmm;
|
|
|
menu "Yep.",M_GO, "No way!",-;
|
|
@@ -45,8 +45,8 @@ kh_school.gat,119,146,3 script Kiel Carlo 748,{
|
|
|
|
|
|
M_GO:
|
|
|
mes "[Kiel Carlo]";
|
|
|
- mes "I never let you go if you don't meet these conditions:";
|
|
|
- mes "1. You have to be 70 Base Level or upper.";
|
|
|
+ mes "I refuse let you enter if you don't meet these conditions:";
|
|
|
+ mes "1. You have to be 70 Base Level or higher.";
|
|
|
mes "2. You have to donate 10.000 zeny.";
|
|
|
next;
|
|
|
if(BaseLevel<70 || Zeny<10000){
|