Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: PrinceEndymion88 on January 15, 2020, 11:56:28 am

Title: [RMXP] Actor follower
Post by: PrinceEndymion88 on January 15, 2020, 11:56:28 am
Hi guys, I'm searching for a script that allow to an actor to follow the hero.
I found Zeriab's Caterpillar Script but it works only with actors in the party. For i.e. I want that when the script is enable actor with id "005" will appear in the map and follows the hero (it doesn't matter if the actor is in the party or not).

Is it possible?

Thanks in advanca
Title: Re: [RMXP] Actor follower
Post by: PhoenixFire on January 15, 2020, 02:04:59 pm
I believe, and I could be wrong, that there's a way to do this with the caterpilar script build into BABS (Blizzs Action Battle System). Might be worth reading through the manual on that to see if it fits your needs.

Other than that, besides scripting it out yourself, the closest I can suggest is make the character an event that has an approach attribute but, thats barely close to what you want I think.

EDIT: May I ask though, why you want an actor to follow a party around a map, if that character isn't part of the party?
Title: Re: [RMXP] Actor follower
Post by: PrinceEndymion88 on January 16, 2020, 07:08:23 am
Hi thanks for your reply. I'll try to explain it 😅
I have a character (a cat) which is not playable in battle but will only follow my heroine in map.
So my idea is:
I create an event with the appearance of the cat. When my heroine speak interact with it the event is replaced with my unplayable actor (through a script call) and it will start following the heroine.

And with a script call I can stop my follower.

I hope this is understandable 😅
Title: Re: [RMXP] Actor follower
Post by: KK20 on January 17, 2020, 03:17:48 am
Have you tried Heretic's?
https://forum.chaos-project.com/index.php/topic,12317.0.html

Looking at the features, it says it supports non-party followers.
Title: Re: [RMXP] Actor follower
Post by: Spoofus on January 19, 2020, 11:39:38 am
I think Blizz made a edit for a request I made a while ago to the Caterpillar script in TONs for guest characters to follow the player party.
You could always look into that