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

10 lines
198 B
JavaScript

/**
*9201094 - Corine
*@author Ronan
*/
function start() {
cm.sendOk("The patrol in New Leaf City is always ready. No creatures are able to break through to the city.");
cm.dispose();
}