Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: mozza on Thu 13/10/2005 00:37:26

Title: Can I please have some help with script - "character[BOB].SpeechColor(??);
Post by: mozza on Thu 13/10/2005 00:37:26
??? I can't seem to change the colour of my character's speech. Can someone please help me? :'(
Title: Re: Can I please have some help with script - "character[BOB].SpeechColor(??);
Post by: Ashen on Thu 13/10/2005 00:40:45
What have you tried?
The correct use would be:

character[BOB].SpeechColor = x;

Or:

cBob.SpeechColor = x;
Title: I used "character[BOB].SpeechColor(12);
Post by: mozza on Thu 13/10/2005 02:12:01
Thank you Ashen for helping me. ;D
I understand if you think I'm a n00b because I'm new to AGS and AGS Forums.
Title: Re: Can I please have some help with script - "character[BOB].SpeechColor(??);
Post by: Ashen on Thu 13/10/2005 08:33:18
So the problem was, you didn't read the manual properly? Please do so next time. I don't mind helping out - we all had to start somewhere- but history (and personal experience) says that 90% of 'n00b' questions are answered in the manual. (The other 10% mostly fall into the 'bit too advanced for a first project, learn the basics first' category, btw.)