Files
sweetgum-server/scripts/map/onUserEnter/startEreb.js
2021-09-09 23:32:43 +02:00

5 lines
107 B
JavaScript

function start(ms) {
if (ms.getJobId() == 1000 && ms.getLevel() >= 10) {
ms.unlockUI();
}
}