10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
|
/**
|
||
|
*9201071 - Sunstone Grave
|
||
|
*@author Ronan
|
||
|
*/
|
||
|
|
||
|
function start() {
|
||
|
cm.sendOk("(This tombstone keeps emmiting ever oddier light waves the more I stare to it...)");
|
||
|
cm.dispose();
|
||
|
}
|