Files
sweetgum-server/scripts/npc/world0/9201033.js
ronancpl f5fbb038e9 Quick fix-up + Happyville
Fixed bug introduced on last update regarding events without
event_schedule defined. Added path to Happyville maps, and raid boss
event.
2017-04-26 16:01:12 -03:00

9 lines
111 B
JavaScript

/**
Simon - Happyville
**/
function start() {
cm.sendOk("Hi there!");
cm.dispose();
}