Fixed slotMax function caching up dirtied player data. Fixed many portals not supposed to warp players to "random spawnpoints". Fixed Wind Walk not being cancellable by attacking.
8 lines
233 B
JavaScript
8 lines
233 B
JavaScript
function enter(pi) {
|
|
if (pi.isQuestStarted(2570)) {
|
|
pi.warp(120000101, 0);
|
|
return true;
|
|
}
|
|
pi.earnTitle("You still got some stuff to take care of. I can see it in your eyes. Wait...no, those are eye boogers.");
|
|
return false;
|
|
} |