Page 1 of 1

Gump not a gump

Posted: 29.07.2014 6:08
by Roni2
My shard has a gump that is not a gump (lol)
It is not showed in GetGumpcount (show zero gumps), so if i try to print all lines, shows me nothing.
I cant use ,infogump because the focus is in the textfield, so anything a type is writen inside the textfield as a gump response.

here is a screenshot of the gump:
gump.jpg
gump.jpg (46.78 KiB) Viewed 4711 times
the gump is for you write how much you want to make of some item, UOSay didn't work to fill the textfield. any ideas how to make it response the gump with a text?

btw: sorry my poor English :)

Re: Gump not a gump

Posted: 29.07.2014 6:10
by nah nah
try this:

Code: Select all

procedure WaitTextEntry(Value : String)

Re: Gump not a gump

Posted: 29.07.2014 6:20
by Roni2
love you, it worked...
I was blind looking for a gump function...
thanks