Dialog tree
Displaying 1-9 of 9 total.
1
Fredoo
|
Hello!
I'm interested in VERGE, but before I continue with any work I need to know if the system supports a dialog tree. I tried a few games and they don't seem to have one.
Thanks for your time.
Posted on 2004-11-07 20:28:50
|
gannon
|
Verge 3 is more of a programming lang so yes you could easily put a dialog tree into it. There is nothing in verge that is a text box so you would have to make your own.
Posted on 2004-11-07 20:54:07
|
Fredoo
|
Thanks!
I am more than happy with your answer, since I get to build my own dialog tree. I didn't know VERGE was that flexible but then again I just started :)
Posted on 2004-11-07 21:06:37
|
rpgking
|
I've never heard the term 'dialog tree' before. What is this?
Posted on 2004-11-07 22:06:59
|
Fredoo
|
Your ordinary dialog tree would be a common dialog where you pick your answer from a choice of presented answers and the dialog then goes on in another direction depending on your choice.
A simple example;
NPC: Hello, can I help you?
PLAYER:
a) Could you tell me about this town.
b) Could you give me some directions?
c) No, thanks. Farewell.
So, if player picks a), NPC tells him about the town. b), NPC gives him the directions, and with c) the dialog ends.
Posted on 2004-11-07 22:13:23
|
rpgking
|
Oh, that's what you mean. That is trivial to do in Verge3, since you have full control over you own dialogue system. ;)
If you're really new to this, you might wanna check out Interference's textbox demo, since it easily supports making choices like that.
Posted on 2004-11-07 22:48:38
|
Fredoo
|
Thanks for point out the demo, it was very sweet :)
Posted on 2004-11-08 02:06:48
|
Troupe
|
Rad, making a D&D Style RPG perhaps? :)
Posted on 2004-11-10 04:18:42
|
mcgrue
|
Yeah, the prefab choicebox totally can do this. You may want to make sure to test all possible combinations of the first few conversations you make, just because you're looking at a potentially large amount of nested if/elses that could be daunting to a beginner coder.
Ignore this warning if you are not a beginner. ;)
Posted on 2004-11-10 17:22:33
|