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

i need a help for this gump

Ask for help
-k-
Neophyte
Neophyte
Posts: 41
Joined: 23.01.2012 0:22

Re: i need a help for this gump

Post by -k- »

Code: Select all

TextEntries: X   Y   Width   Height   Color   Return_value   Default_text_id   Page   ElemNum
0   TextEntry: 35  521  166  20  55  1  2  0  6
NumGumpTextEntry(GetGumpsCount-1, 1, numeroam);
NumGumpButton(GetGumpsCount-1, 0);

NumGumpButton don't have problem, the var numeroam worked addtosystemjournal, but NumGumpTextEntry not work =[[[[. have a error ?
Alex
Moderator
Moderator
Posts: 351
Joined: 07.04.2005 4:41

Re: i need a help for this gump

Post by Alex »

try this one:

Code: Select all

procedure GumpAutoTextEntry(TextEntryID: Integer; Value: String)
try to put value by hand

Code: Select all

GumpAutoTextEntry(1,'713');
and how exactly it does not work? outputs some error? server responds that value is empty? or that value is wrong?
Новый стелс лежит тут. Стелс это произведение искусства! :)
-k-
Neophyte
Neophyte
Posts: 41
Joined: 23.01.2012 0:22

Re: i need a help for this gump

Post by -k- »

hehe, I was wrong, was expecting to see him write in the text field, but it does not, it sends straight to the server. the script was ready, thanks all \ o /
Post Reply