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

8 lines
199 B
JavaScript

function start(ms) {
var map = ms.getClient().getChannelServer().getMapFactory().getMap(922000000);
map.clearDrops();
map.resetReactors();
map.shuffleReactors();
return (true);
}