Issue information

Issue ID
#1686
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Jun 14, 2008 23:21
Last Post
Hercules Elf Bot
Feb 21, 2012 14:02
Confirmation
N/A

Hercules Elf Bot - Jun 14, 2008 23:21

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

npc/quests/eye_of_hellion.txt

when I click in "NEXT" button, the INPUT don't Open.

CODE
prontera,45,67,0    script     #prt_key-1-1    -1,1,1,{
OnTouch:
    if (HELLIONQ == 40 || HELLIONQ == 41) {
        mes "[" + strcharinfo(0) + "]";
        mes "Well, according to the";
        mes "message in that old training";
        mes "dummy, this is where I'm";
        mes "supposed to go. Nine steps";
        mes "north, 3 steps west. And now...";
        mes "Veggie Lady. Okay, okay...";
        next;
        mes "[" + strcharinfo(0) + "]";
        mes "Huh. That's creepy.";
        mes "There's one right there";
        mes "staring at me. But after";
        mes "the words ''Veggie Lady,''";
        mes "all the message says is, um,";
        mes "what was that last word again?";
        next;
        input .@input$;
        if (.@input$ == "BINGO") {
            mes "[" + strcharinfo(0) + "]";
            mes "Of course!";
            mes "''BINGO!'' But";
            mes "I don't see a hall";


O.o