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

10 lines
204 B
JavaScript

/**
*9201093 - Little Suzy
*@author Ronan
*/
function start() {
cm.sendOk("Have you heard the fantasic Jack Masque appeared around the city these days? That is sooooo nice!");
cm.dispose();
}