Search found 2 matches

by DracoScript
2016-02-23 00:25:18
Forum: Help
Topic: How to use UO.GetGump()
Replies: 1
Views: 3607

Re: How to use UO.GetGump()

Finally got it.

UO.GetGump('injid',GUMPINDEX) / UO.GetGump('injid',SERIAL,GUMPID)
to find the gump I want.

UO.SelectGump(INJID)
to make other UO.GetGump commands working.

Yet, I can't use UO.Set('textentry',2,'TEXT HERE') even after setting UO.SelectGump().
Anyone knows how to use it?
by DracoScript
2016-02-21 05:58:46
Forum: Help
Topic: How to use UO.GetGump()
Replies: 1
Views: 3607

How to use UO.GetGump()

Hello!

I can't find a way to use UO.GetGump(...) function.
The only reference I have is from the Injection New Release Forum, which are not being translated to English (as well as the Help file).

I would like to ask de devs or who ever managed to use this function to show me some examples of usage ...