Convert remaining scripts to Graal

Mainly missed scripts that use Nashorn's "Packages"
This commit is contained in:
P0nk
2021-04-17 21:55:32 +02:00
parent d2c7023e7b
commit fcd879f97c
74 changed files with 350 additions and 195 deletions

View File

@@ -23,10 +23,10 @@ function start(mode, type, selection) {
}
if (status == 0)
qm.sendAcceptDecline("I think i've heard of a potion that breaks these kinds of barriers. I think it's called #bKiller Mushroom Spores#k? Hmmm... outside, you'll find the Mushroom Scholar #bScarrs#k waiting outside. #bScarrs#k is an expert on mushrooms, so go talk to him.");
else if (status == 1){
else if (status == 1) {
qm.forceStartQuest();
qm.sendOk("I am confident #kScarrs#k will do everything to help you.");
else if (status == 2){
} else if (status == 2){
qm.dispose();
}
}