希望防线大大百忙之中能够帮忙解决下面脚本中红色加粗的地方到底需要输入什么才是正确的,因为每个作者的翻译不一样,所以凭空猜测怕是也没有正确的结果。
mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
if (rhea_rus_main < 9) {
mes "[Baba Yaga]";
mes "...........................";
mes "If you lotter around here any longer, I will make myself some tasty human soup! Hehehehehe.";
emotion 29;
emotion 23,1;
close;
}
else if (rhea_rus_main == 9) {
mes "[Baba Yaga]";
mes "Why are you here, you yummy looking human? If you lotter around here any longer, I will make myself some tasty human soup! Hehehehehe";
next;
mes "["+ strcharinfo(0) +"]";
mes "I, ah, I.. Gold.. golden...";
next;
mes "[Baba Yaga]";
mes "What are you babbling about?";
mes "Do you want me to transform you into a savage beast?!";
next;
mes "[Baba Yaga]";
mes "'Presto Change-o!!'";
mes "'Turn into a pig!!'";
specialeffect2 EF_BARRIER;
emotion 23;
next;
mes "[Baba Yaga]";
mes "Hmm? You are protected by a Protection Spell?";
mes "But, it was weake. My spell destroyed it.";
next;
mes "[Baba Yaga]";
mes "Leave now, or I will curse you again! 'Presto...'";
next;
mes "["+ strcharinfo(0) +"]";
mes "Eh, eh.. I mean.. I say.. spell...";
next;
input .@input$;
if (.@input$ == "Spellshield Protection") {
mes "["+ strcharinfo(0) +"]";
mes "Eh, eh.. I mean.. I say.. spell...";
mes ""+ .@input$ +" !!!";
specialeffect2 EF_ABSORBSPIRITS;
next;
}else{
mes "["+ strcharinfo(0) +"]";
mes "Eh, eh.. I mean.. I say.. spell...";
mes ""+ .@input$ +" !!!";
next;
mes "[Baba Yaga]";
mes "What are you planning to do with that weak spell!?";
mes "Get away, child!";
close2;
warp "mosk_dun02",135,163;
end;
}