Page 1 of 1

Unhandled exception in parser.

Posted: 2007-11-11 19:07:32
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 !!

Posted: 2007-11-11 19:37:05
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 ;)