Gamer921 Posted May 13, 2017 Share Posted May 13, 2017 So ive been working on a travel based mod with a portable home full of day to day things you might need while playing which was great up to the point of having a follower. Now im trying to convence the game to check me for any follower not a specific one then tell them to ride the horse im using with me and when i dismount them come get off or appear next to me. Im thinking this is gonna be a disable enable thing but im not sure how to script it. Any help would be appreciated. This is the next to last big thing before i release my mod to the public and having it be part of it would be most convenient. If it already has been made please do point me in the right direction. Also no script extender stuff please and thank you. As a side note im not concerned with animation of the follower on the horse with me as long as they are at my side once i dismount. I hate waiting for them to catch up assuming they dont get stuck along the way. Link to comment Share on other sites More sharing options...
Tasheni Posted May 14, 2017 Share Posted May 14, 2017 I would look at the scripts of mods that handle horses for followers like Convenient Horses or Immersive Horses. As a side note im not concerned with animation of the follower on the horse with me as long as they are at my side once i dismount. I hate waiting for them to catch up assuming they dont get stuck along the way.Make a spell that teleports the follower to you and attach it to a script that checks if the player dismounts. Link to comment Share on other sites More sharing options...
Gamer921 Posted May 14, 2017 Author Share Posted May 14, 2017 (edited) As a side note im not concerned with animation of the follower on the horse with me as long as they are at my side once i dismount. I hate waiting for them to catch up assuming they dont get stuck along the way.Make a spell that teleports the follower to you and attach it to a script that checks if the player dismounts. I would look at the scripts of mods that handle horses for followers like Convenient Horses or Immersive Horses. As a side note im not concerned with animation of the follower on the horse with me as long as they are at my side once i dismount. I hate waiting for them to catch up assuming they dont get stuck along the way.Make a spell that teleports the follower to you and attach it to a script that checks if the player dismounts.I thought about this but the issue is the only way i know to do that is to call upon the actor follower directly by actor name. Im aiming more toward trying to call all followers thats currently following. Unfortunately it seems im just going to have to settle for creating a custom follower and write it based on just him. Offhand do you know the script to detect when the player dismounts? Im gonna assume the on dismount script will be attached to the horse. Edited May 14, 2017 by Gamer921 Link to comment Share on other sites More sharing options...
Gamer921 Posted May 15, 2017 Author Share Posted May 15, 2017 U know at first i didnt catch what you you meant but i could create it as a spell on target i suppose. Thanks for the tip. Link to comment Share on other sites More sharing options...
Recommended Posts