source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
6
scripts/map/onUserEnter/Massacre_result.js
Normal file
6
scripts/map/onUserEnter/Massacre_result.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function start(ms) {
|
||||
var py = ms.getPyramid();
|
||||
if (py != null) {
|
||||
py.sendScore(ms.getPlayer());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user