Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 17/12/2003 10:46:10

Title: more than one playable character?
Post by: on Wed 17/12/2003 10:46:10
is there anyway to allow the player to choose their own character at the begining of the game (as in maniac mansion, for example)? thanks in advance
Title: Re:more than one playable character?
Post by: jetxl on Wed 17/12/2003 11:55:29
Yes you can. SetPlayerCharacter(Int number) will let you do this.
(Not sure how the inventory works tough)
Title: Re:more than one playable character?
Post by: Isegrim on Wed 17/12/2003 14:08:29
Inventory is independent. Each character has his own. If you want one char with different appearances, use SetCharacterView()