I tried it out (thanks Bernie, btw!), and from looking at your game, it seems to work fine. But, I'm a little confused about how to use it... could you give me more detail?
I imported the module, then put this code:
Code: ags
Where I want the character to start following the player.
Anyway, when I start my game to test, right from the start every single character in my game appears in the room and follows the player.
So, I'm guessin I have to change something in the mod's script. But what? And what code do I actually use to start this in my room script?
I imported the module, then put this code:
FolEx(BRYN, EGO);
FolExStopDist(5,5);
FolExStartDist(5,5);
FolExStopWhenClose(1);
FolExOffset(1);
Where I want the character to start following the player.
Anyway, when I start my game to test, right from the start every single character in my game appears in the room and follows the player.
So, I'm guessin I have to change something in the mod's script. But what? And what code do I actually use to start this in my room script?