sweetgum83/scripts/npc/9201054.js
2024-01-19 03:56:28 -05:00

10 lines
204 B
JavaScript

/**
*9201054 - Lita Lawless
*@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();
}