10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
|
/**
|
||
|
*9201051 - John Barricade
|
||
|
*@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();
|
||
|
}
|