sweetgum83/scripts/npc/9201073.js

10 lines
189 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
/**
*9201073 - Tombstone
*@author Ronan
*/
function start() {
cm.sendOk("(This enigmatic tombstone keeps emmiting strange forces... Better look another way.)");
cm.dispose();
}