sweetgum83/scripts/npc/2132002.js

8 lines
162 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendNext("The magic of this forest is amazing...");
cm.dispose();
}