viewing paste Unknown #153 | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
prontera,97,66,6    script  Quest NPC   997,{
mes "Choose your Shop";
switch (select ("Headgears:Armors")) {
case 1: doevent "Shop5::OnShop"; end;
case 2: doevent "Shop6::OnShop"; end;
}
 
}
 
-   script  Shop5   -1,{
 
OnShop:
    mes "You got me.";
    mes "I'm the Headgear Shop.";
close;
}
 
-   script  Shop6   -1,{
 
OnShop:
    mes "You got me.";
    mes "I'm the Armors Shop.";
close;
}
Viewed 1387 times, submitted by Streusel.