Unhandled exception in parser.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Metafor
Posts: 6
Joined: 2006-02-17 14:16:10

Unhandled exception in parser.

Post by Metafor »

Hello... I have some weird problem with uo.LastGump('text', n)
Here's the Text field from ,infogump

Code: Select all

Text: ____________
    0] AntiMacro Gump
    1] W
    2] R
    3] O
    4] N
    5] G
    6] 
    7] B
    8] U
    9] T
   10] I
   11] H


If I want to print, by example .. Number #5
I do :
sub printChar()
uo.print(uo.LastGump('text',5))
endsub

But for a reason that I don't know, it gives me a Unhandled exception in parser...

Why ?

Thanks !!
Metafor
Posts: 6
Joined: 2006-02-17 14:16:10

Post by Metafor »

Weird.. I've restarted injection and client and it worked.
By the way, does anyone know where I can find client 5.0.8.0 ?

Thanks ;)
Post Reply