sweetgum83/scripts/npc/1013002.js

6 lines
184 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start() {
cm.forceCompleteQuest(22011);
cm.playerMessage(5, "You have acquired a Dragon Egg.");//actually getInfoMessage
cm.warp(900090103, 0);
cm.dispose();
}