Issue information

Issue ID
#1442
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Apr 27, 2008 21:44
Last Post
Hercules Elf Bot
Apr 27, 2008 21:44
Confirmation
N/A

Hercules Elf Bot - Apr 27, 2008 21:44

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

Well i found it in eye of hellion script but its make an error in all NPC

For exemple
CODE
sec_in01,90,186,4    script    test#touch    -1,1,1,{
    end;
    OnTouch:
        mes "Test";
        next;
        input @input$;
        mes @input$;
        close;
    end;
}
makes an error when clicking [Next] - nothing happend - no input window

I dont know what happend but it can be problem only with OnTouch label nad sprite -1 and input command "mix" (IMG:style_emoticons/default/smile.gif)

For exemple code above with 111 sprite works great.

Greetings (IMG:style_emoticons/default/wink.gif)
...