source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
9
scripts/portal/enter_earth01.js
Normal file
9
scripts/portal/enter_earth01.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function enter(pi) {
|
||||
if (!pi.haveItem(4031890)) {
|
||||
pi.getPlayer().dropMessage(6, "You need a warp card to activate this portal.");
|
||||
return false;
|
||||
}
|
||||
|
||||
pi.warp(120000101,"earth01");
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user