Hello! I am creating an RPG for a class final project and am new to RPG maker vx ace lite. I am working on an introduction cut scene and would like the users friend (NPC character) to be following the user character once the cut scene is over. Is there a command in the maker to instruct an NPC to follow the movement of a user character?
Thank you!
Side Kick NPC to follow users character
● ARCHIVED · READ-ONLY
-
-
The easier way to do this is to make them a party member at the end of the cutscene:
- Use the Event commands to make the character's friend a party member (you'll need to set them up as an Actor in the database first)
- Make the NPC event invisible
- Ensure the "Show Player Followers" option in the database (System tab) is checked
-
Thank you very much, this makes sense and will be extremely helpful!
-
You're welcome. :)