Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Derrick Freeland on Sun 15/08/2010 21:04:54

Title: Character Movement
Post by: Derrick Freeland on Sun 15/08/2010 21:04:54
How do I assign keyboard controls to the movement of my player character?  Also, is there a way to make non-player characters move independently.  My npc just sits there.  Much appreciated.
Title: Re: Character Movement
Post by: Dualnames on Sun 15/08/2010 21:09:48
The best way to assign keyboard controls to your player would be using the Keyboard movement module. As for NPCs, you can either issue waypoints, or just use the character control module.I heartily suggest using the cc module, as it might be tricky for you (presuming you're a beginner).