sweetgum83/scripts/map/onUserEnter/922000000.js

8 lines
199 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
var map = ms.getClient().getChannelServer().getMapFactory().getMap(922000000);
map.clearDrops();
map.resetReactors();
map.shuffleReactors();
return (true);
}