Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Gump not a gump

Ask for help
Post Reply
Roni2
Posts: 9
Joined: 10.05.2014 20:28

Gump not a gump

Post 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 4708 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 :)
nah nah
Developer
Developer
Posts: 414
Joined: 13.07.2011 11:23
Contact:

Re: Gump not a gump

Post by nah nah »

try this:

Code: Select all

procedure WaitTextEntry(Value : String)
Roni2
Posts: 9
Joined: 10.05.2014 20:28

Re: Gump not a gump

Post by Roni2 »

love you, it worked...
I was blind looking for a gump function...
thanks
Post Reply