10 lines
204 B
JavaScript
10 lines
204 B
JavaScript
|
/**
|
||
|
*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();
|
||
|
}
|