sweetgum83/scripts/npc/9201094.js

10 lines
198 B
JavaScript
Raw Normal View History

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