I have followed the tutorials but I cant seem to get the gumps to come up right. When I get to the part in the line that should give me options on the gump it doesnt.
Instead of
Yes
No
showing on the bottom of the gump I get
can you help me?;Yes;No
and not clickable options.
I just want to make sure there isnt a symbol that im not putting in right. The tutorial shows it to be ; is this correct?
post the string that you are putting into the entry.
Ive since erased it. Have tried several times with no luck.
It would look something like this
GUMP,Anita,2/Would you be interested in doing some hunting for me?;Yes;No
I never see gump selections for yes or no. It just appears at the end of the the conversation just like its typed.
a type 2 gump is just a text entry gump and will take the string that you give it and put it into a text entry dialog.
GUMP,gumpname,2/maintext
a type 1 gump is a yes/no gump and will automatically put up yes/no response buttons after the text you specify.
GUMP,gumpname,1/maintext
a type 4 gump is a multiple response gump and lets you specify the selection strings as well as the response strings
GUMP,gumpname,4/maintext ; selection; response ; selection ; response etc.
So you probably want something like
GUMP,Anita,1/Would you be interested in doing some hunting for me?
or
GUMP,Anita,4/Would you be interested in doing some hunting for me?; Absolutely; yes; Not a chance; no
Ah ok. Something I didnt know. thanks.
check out this howto post for more info
http://xmlspawner.15.forumer.com/index.php?showtopic=115