sweetgum83/scripts/npc/9201093.js

10 lines
204 B
JavaScript
Raw Normal View History

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