sweetgum83/scripts/map/onUserEnter/Massacre_result.js

6 lines
118 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
var py = ms.getPyramid();
if (py != null) {
py.sendScore(ms.getPlayer());
}
}