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 the others. I've tried tinkering with the above script call, but nothing I've tried works.
Could someone please tell me what that script call should be?
Thanks.
$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 the others. I've tried tinkering with the above script call, but nothing I've tried works.
Could someone please tell me what that script call should be?
Thanks.
