THE DIALOGUE WIZARD // CHANGE MESSAGE FONT

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

THE DIALOGUE WIZARD // CHANGE MESSAGE FONT

Postby LindaCat » Thu Dec 21, 2006 1:18 pm

I use the Change Message Font ? plugin, but the Dialogue Wizard is unaffected. That is unaffected for QUESTIONS, but the REPLIES come out in the font I?ve set. (It obviously looks pretty rotten!)
Is there a Procedure I can set to change it? :roll:
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm

Postby LindaCat » Fri Dec 22, 2006 7:44 am

Thoiught I'd show the community what it looks like when the dialogue wizard QUESTIONS are stuck in one font, and the ANSWERS confirms to the ChangeFont plugin.
Attachments
ANSWER.jpg
ANSWER.jpg (63.1 KiB) Viewed 5731 times
Question.jpg
Question.jpg (66.81 KiB) Viewed 5731 times
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm

Postby Candle » Fri Dec 22, 2006 9:09 am

Code: Select all
EXAMPLES:

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

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

To change the color of the text displayed at the bottom of the screen, use the following code:
MessageObject.ForeColor = RGB(0,0,255)

To change what it is written on the "Exit" button of the menu that appears when you press "Esc" during the game, use the following code:
ExitMenuObject.Caption = "ENTER_SOME_TEXT_HERE"

To change the font of the questions that appear in the conversations created with the Dialogue Wizard, use the following code:
For Each X in DialogueObject
   X.FontName = "Times New Roman"
   X.FontSize = 20
   X.FontUnderline = True
Next
Please don't PM me questions, ask here in the forums!
``````````````
Between grand theft and a legal fee, there only stands a law degree.
User avatar
Candle
Administrator
 
Posts: 3077
Joined: Sat Feb 07, 2004 2:21 am
Location: Rudy's Bar

Postby LindaCat » Fri Dec 22, 2006 9:43 am

:) Thanks, I'll try this!
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm

Postby Candle » Fri Dec 22, 2006 10:26 am

Your welcome.
Please don't PM me questions, ask here in the forums!
``````````````
Between grand theft and a legal fee, there only stands a law degree.
User avatar
Candle
Administrator
 
Posts: 3077
Joined: Sat Feb 07, 2004 2:21 am
Location: Rudy's Bar

Postby LindaCat » Fri Dec 22, 2006 2:48 pm

IT WORKED!!! :lol: :lol: :lol:
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm

Change message font in dialogue wizard.

Postby Roland1958 » Wed Apr 04, 2007 2:49 pm

Hi Candle,
May I ask you more details about changed message font in dialogue wizard?
It s hard to me to understand how vbscript works.
I can change message font for one message linkes with one hotspot. I put the code in Advanced tab. But in dialgogue wizard I dont understand how it works, where I need to put the code you gave in your last message?
And what mean the X in the code?

Thx for your reply


Roland
Roland1958
Member
 
Posts: 42
Joined: Sun Mar 11, 2007 2:34 pm

Postby Candle » Wed Apr 04, 2007 3:05 pm

Look at the picture I uploaded that should help you.
Attachments
2007-04-04_090416.jpg
2007-04-04_090416.jpg (82.13 KiB) Viewed 5462 times
Please don't PM me questions, ask here in the forums!
``````````````
Between grand theft and a legal fee, there only stands a law degree.
User avatar
Candle
Administrator
 
Posts: 3077
Joined: Sat Feb 07, 2004 2:21 am
Location: Rudy's Bar


Return to Adventure Maker General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests