Show a certain follower by condition

● ARCHIVED · READ-ONLY
Started by Mizuchi 3 posts View original ↗
  1. I want to make a system where who is most close to you(by variable or any) who'll always follows you around.
    Want to make it only one follower(hope so). But if it's impossible it's fine if all.
  2. without modifying much, the first follower is always the second party member, so the quickest way to solve the whole problem is to sort the party object by whatever criteria.
    that'd also affect the main menu, though.... so you'd have to either revert the process, or within the followers object pick the one actor you want to show, out of a copy of the party object.
  3. gstv87 said:
    without modifying much, the first follower is always the second party member, so the quickest way to solve the whole problem is to sort the party object by whatever criteria.
    that'd also affect the main menu, though.... so you'd have to either revert the process, or within the followers object pick the one actor you want to show, out of a copy of the party object.

    I'm sorry if I didn't understand but what 'Object' do you mean?

    I think I can manage it without plugin by doing it on eventing if there would be a script call to re-arrange them.
    But I also think removing all of them(which is very long eventing conditions) and returning them which the most high variable would be... hard.