Full Version : XmlQuest trouble.
xmlspawner >>Q&A >>XmlQuest trouble.


<< Prev | Next >>

Slighter- 10-04-2006
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?

ArteGordon- 10-04-2006
post the string that you are putting into the entry.

Slighter- 10-04-2006
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.

ArteGordon- 10-04-2006
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

Slighter- 10-04-2006
Ah ok. Something I didnt know. thanks.

ArteGordon- 10-04-2006
check out this howto post for more info

http://xmlspawner.15.forumer.com/index.php?showtopic=115