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

5 lines
107 B
JavaScript

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