Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Thu 12/04/2007 17:44:17

Title: More then one Playing Character?
Post by: on Thu 12/04/2007 17:44:17
Is there a way of haveing more then one Playing Character? Either that or being able to put a jacket on or something?

P
Title: Re: More then one Playing Character?
Post by: Scorpiorus on Thu 12/04/2007 18:43:46
Please, look for the Character.SetAsPlayer() (http://www.adventuregamestudio.co.uk/manual/Character.SetAsPlayer.htm) command in the AGS manual to change a character which the player controls.

As for wearing a jacket, take a look at the Character.ChangeView() (http://www.adventuregamestudio.co.uk/manual/Character.ChangeView.htm) command. Just make a new view with character wearing a jacket and use the command to switch to that jacket view.
Title: Re: More then one Playing Character?
Post by: Ashen on Fri 13/04/2007 10:34:39
Also in the BFAQ (http://americangirlscouts.org/agswiki/Graphics%2C_Characters%2C_Text_%26_Rooms#Having_multiple_characters_in_your_game).