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

10 lines
244 B
JavaScript

/* @Author SharpAceX
Name: Maid
Map(s): Foyer.
Info: Maid
*/
function start() {
cm.sendOk("Hello and welcome, dear guest. The Master has prepared some wonderful games for you to enjoy tonight.");
cm.dispose();
}