Reply to Re: A script problem
If you don't have an account, just leave the password field blank.
Well I guess its not so much a problem with my script but a problem with dink engine. It seems that after the knight touched dink it continually looped the touch command causing it never to be able to get to the end of the script. Dink I guess does not let you finish a touch script before it intializes another touch script if you are still touching while the first one went off. The only solution is to move the choice command to the main method and then just have it start once the knight spawns. This is not exactly what I wanted I wanted the knight to have to catch you before he asks you something but I guess this still works.