Unhandled exception in parser.
Posted: 2007-11-11 19:07:32
Hello... I have some weird problem with uo.LastGump('text', n)
Here's the Text field from ,infogump
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 !!
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 !!