sweetgum83/scripts/npc/unidentifiedNpc.js

3 lines
97 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start() {
cm.sendOk("NPC: " + cm.getNpc() + " is not found, please report this.");
}