sweetgum83/scripts/map/onUserEnter/Massacre_result.js
2024-01-19 03:56:28 -05:00

6 lines
118 B
JavaScript

function start(ms) {
var py = ms.getPyramid();
if (py != null) {
py.sendScore(ms.getPlayer());
}
}