Issue information

Issue ID
#1754
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 23, 2008 22:23
Last Post
Hercules Elf Bot
Feb 21, 2012 14:36
Confirmation
N/A

Hercules Elf Bot - Jun 23, 2008 22:23

Originally posted by [b]theultramage[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1754

CODE
aldeba_in,83,245,4    script    Kafra Service#2alde    116,{
    cutin "kafra_02",2;
    mes "[Kafra Blossom]";
    mes "Welcome to the";
    mes "Kafra Corporation.";
    mes "The Kafra Employees are";
    mes "always here to serve you.";
    next;
    mes "[Kafra Blossom]";
    mes "We appreciate your continued use of the Kafra Service. Please feel free to ask me if you have any questions.";
    next;
    switch(select("How does Kafra Storage work?:How do you teleport people?")) {
        mes "[Kafra Blossom]";
        mes "Well, adventurers like yourself can place items into Kafra Storage, so that you don't have to carry all of your stuff around.";
...
    case 2:
        mes "[Kafra Blossom]";
        mes "Oh, I get that question all the time. '^CC0066Oh Blossom, how do you do it?^000000' Well...";
seems that since there's no "case 1:" label, the select() statement actually doesn't do anything and always processes only the first part.