Is there a way of haveing more then one Playing Character? Either that or being able to put a jacket on or something?
P
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.
Also in the BFAQ (http://americangirlscouts.org/agswiki/Graphics%2C_Characters%2C_Text_%26_Rooms#Having_multiple_characters_in_your_game).