viewing paste Unknown #17687 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
aretnorp,215,142,2  script  Getting Started 837{
mes "Whats to know about?";
    switch(select("Kinetic Gems:Orbs: Where to get Zeny?")) {
        case 1:
            cutin "Kinetic", 3;
            break;
 
        case 2:
            cutin "Orbs", 3;
            break;
 
        case 3:
            cutin "Zeny", 3;
            break;
 
}
close2;
end;
}
Viewed 580 times, submitted by Guest.