sweetgum83/scripts/map/onUserEnter/startEreb.js

5 lines
107 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
if (ms.getJobId() == 1000 && ms.getLevel() >= 10) {
ms.unlockUI();
}
}