sweetgum83/scripts/npc/9201093.js
2024-01-19 03:56:28 -05: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();
}