sweetgum83/scripts/quest/unidentifiedQuest.js

4 lines
136 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start() {
qm.getPlayer().dropMessage("Quest: " + qm.getQuest() + " is not found, please report this.");
qm.dispose();
}