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

10 lines
192 B
JavaScript

/**
*9201072 - Moonstone Grave
*@author Ronan
*/
function start() {
cm.sendOk("(This tombstone keeps emmiting ever oddier light waves the more I stare to it...)");
cm.dispose();
}