source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
8
scripts/portal/Depart_ToKerning.js
Normal file
8
scripts/portal/Depart_ToKerning.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
var train = pi.getEventManager("KerningTrain");
|
||||
train.newInstance("KerningTrain");
|
||||
train.setProperty("player", pi.getPlayer().getName());
|
||||
train.startInstance(pi.getPlayer());
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user