Just a fun NPC that tells 4 fairy tail stories and also tells you how 4 fairy tales actually went. The original version of fairy tales like say, jack and the bean stalk, are violent. In the original Jack was eaten alive by the giant. Anyways, here's the script.
THIS SCRIPT IS UNTESTED. PLEASE LET ME KNOW IF IT FAILS TO WORK.
[PHP]
// Use of this npc in any repack is fine, just please give credits to MaplePuppet
// =========================================================================================================
var status = -1;
function start()
{
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == 1)
status++;
else
status--;
if (status == -1) {
cm.sendOk("Have fun playing #bServer Name#k");
cm.dispose();
} else if (status == 0) {
cm.sendSimple("Hi, I am the fairytale NPC. I can tell you how the original fairy tales were, compared to the ones told for kids. Which fairytale would you like to take a look at? \r\n#L0#Cinderella \r\n#L1#Sleeping Beauty \r\n#L2#Snow White \r\n#L3#The Little Mermaid \r\n#L4#The King Who Wished to Marry His Daughter \r\n#L5#The Lost Childen \r\n#L6#The Juniper Tree \r\n#L7Penta of the Chopped Off Hands");
} else if (status == 1) {
if (selection == 0) {
cm.sendOk("Don



![[Release] Fairy Tales Npc](http://ragezone.com/hyper728.png)


