Urgent! Dialog Wizard (SOLVED)

This forum is meant for posting anything related to Adventure Maker that doesn't fit in the other forums.Please post technical questions in the Technical Support Forum!

Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support

Urgent! Dialog Wizard (SOLVED)

Postby Dalton » Wed Dec 05, 2007 11:03 pm

I?m having problems to make a dialog using the Dialog Wizard. Well, in the game, the gamer will pick up a telephone and then he will talk with someone. But there?s no voice in the game, so the talking scene it will be only by text. I?m trying to make the character?s text in one font and the gamer?s text in another font. How can i do that? :shock:
Last edited by Dalton on Fri Dec 07, 2007 11:43 pm, edited 1 time in total.
Dalton
Expert Member
 
Posts: 329
Joined: Fri Nov 16, 2007 1:17 am
Location: BRAZIL

Postby GM-Support » Thu Dec 06, 2007 12:51 am

Examples:

To change to "Times New Roman" the font of the messages that appear at the bottom of the screen, use the following code:
Code: Select all
MessageObject.FontName = "Times New Roman"


To change the size of the text displayed at the bottom of the screen, use the following code:
Code: Select all
MessageObject.FontSize = 20


To change the color of the text displayed at the bottom of the screen, use the following code:
Code: Select all
MessageObject.ForeColor = RGB(0,0,255)
GM-Support
Forum Admin and Games Page admin
 
Posts: 2221
Joined: Thu Jun 05, 2003 7:52 pm

Postby Dalton » Thu Dec 06, 2007 1:25 am

Thanks GM! It works!!! :D
Last edited by Dalton on Thu Dec 06, 2007 1:32 am, edited 1 time in total.
Dalton
Expert Member
 
Posts: 329
Joined: Fri Nov 16, 2007 1:17 am
Location: BRAZIL

yeah

Postby Crazygamemaker » Thu Dec 06, 2007 1:27 am

Yes,indeed.
It works really nice.And the cool part is that the scripting isn't hard to remember. :D
AdvenureMaker is so easy even a caveman can use it!
User avatar
Crazygamemaker
VIP
 
Posts: 278
Joined: Tue Jul 10, 2007 1:40 am
Location: 805,Califas

Re: yeah

Postby Dalton » Thu Dec 06, 2007 1:52 am

That?s right, it?s really easy to remember. Now, i?m having only a problem to change from one answer to another. Example: the gamer answer a question like "are you Peter?" and then after that, the gamer wants to ask something like "But were?s Peter?". This question doesn?t have to be in the same question list, because if the gamer choose the second question first, it will be nonsense... Do you know how can i prevent this thing?
Dalton
Expert Member
 
Posts: 329
Joined: Fri Nov 16, 2007 1:17 am
Location: BRAZIL

Postby GM-Support » Thu Dec 06, 2007 3:53 pm

You can make the second question appear only after the first question has been asked.

To do so, make the second question initially invisible, and use the options that are under the second tab of the "Question Properties" window.
GM-Support
Forum Admin and Games Page admin
 
Posts: 2221
Joined: Thu Jun 05, 2003 7:52 pm

Postby Dalton » Thu Dec 06, 2007 6:30 pm

Thanks again GM! :D
Dalton
Expert Member
 
Posts: 329
Joined: Fri Nov 16, 2007 1:17 am
Location: BRAZIL


Return to Adventure Maker General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests