Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Freydall on Sat 19/03/2005 17:52:10

Title: Multiple player characters
Post by: Freydall on Sat 19/03/2005 17:52:10
How can you have multiple player characters like in day of the tentacle?

or if you can't answer that or know that it's not possible answer me this.

Can you change someones Talking view using the Interaction Editor?
Title: Re: Multiple player characters
Post by: Ashen on Sat 19/03/2005 18:03:31
1. Read the BFAQ:
20. I want to have multiple characters in my game that the player can play as. Is this possible? And if so, how would I go about doing such a thing? (http://bfaq.xylot.com/#graphics20)

2. Not with the Interaction Editor, as far as I know, but you can change it in-game using the SetCharacterSpeechView (CHARID, view); script command (or character[CHARID].SpeechView = view; in the new versions).
Title: Re: Multiple player characters
Post by: Ishmael on Sat 19/03/2005 18:05:35
Since Ashen once more beat me to it, all I have to add is:

(http://koti.mbnet.fi/tk-/img/RTFM.gif) and the BFAQ....

Sorry ::)
Title: Re: Multiple player characters
Post by: on Sat 19/03/2005 18:32:54
I dont no the answer to the questions all I wanted to say was what is the BFAQ. ???
Title: Re: Multiple player characters
Post by: on Sat 19/03/2005 18:39:21
BFAQ = Beginners Frequently Asked Questions (http://bfaq.terran-x.com/)

But, if you'd read the * * * READ FIRST *BEFORE* POSTING!!! (amended 07 Mar 05) * * * (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14373.0) thread like you were meant to, you'd know that already.


Title: Re: Multiple player characters
Post by: Freydall on Sat 19/03/2005 19:14:50
Prob. Solved!

Title: Re: Multiple player characters
Post by: Ishmael on Sat 19/03/2005 19:18:37
Then edit the first message subject, adding "[SOLVED]" (without the quotes) after it ;) You did read the rules thread, didn't you?