- Joined
- Apr 24, 2021
- Messages
- 231
- Reaction score
- 58
- First Language
- English
- Primarily Uses
- RMMV
Hello found this for VxAce. Any ideas on how to realize the same on MV?
Thank you
forums.rpgmakerweb.com
Thank you
Make a specific follower face a specific direction
I know how to make all followers face in one direction, using the script call $game_player.followers.each {|follower|follower.set_direction(x)} where x is 2, 4, 6 or 8 depending on which direction I want. However, I want to make one specific follower (follower 4) face a different direction to...
