Files
sweetgum-server/scripts/npc/unidentifiedNpc.js
2021-09-09 23:35:02 +02:00

3 lines
97 B
JavaScript

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