Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: dbuske on Sat 16/03/2019 19:12:40

Title: having 2 main characters
Post by: dbuske on Sat 16/03/2019 19:12:40
How does one make 2 main characters in a game?
I searched everywhere and couldn't find any info.
Ie make 2 characters and switch beteen them?
Title: Re: having 2 main characters
Post by: Matti on Sat 16/03/2019 19:56:29
You can switch between characters using Character.SetAsPlayer(). If they're supposed to walk together use Character.FollowCharacter.
Title: Re: having 2 main characters
Post by: dbuske on Sun 17/03/2019 12:06:46
Thanks, I didn't think it would be that simple!