sweetgum83/scripts/npc/unidentifiedNpc.js
2024-01-19 03:56:28 -05:00

3 lines
97 B
JavaScript

function start() {
cm.sendOk("NPC: " + cm.getNpc() + " is not found, please report this.");
}