sweetgum83/scripts/npc/9201072.js

10 lines
192 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
/**
*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();
}