sweetgum83/scripts/npc/2132003.js

8 lines
199 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendNext("Being young doesn't mean I'm any different from those guys. I'll show them!");
cm.dispose();
}