4 lines
128 B
JavaScript
4 lines
128 B
JavaScript
|
function start() {
|
||
|
cm.sendOk("The quality of the movies they are launching these days are impressive!");
|
||
|
cm.dispose();
|
||
|
}
|