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;
}