source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
7
scripts/portal/tutoChatNPC.js
Normal file
7
scripts/portal/tutoChatNPC.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function enter(pi) {
|
||||
if (pi.hasLevel30Character()) {
|
||||
pi.openNpc(2007);
|
||||
}
|
||||
pi.blockPortal();
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user