I have a room that when you go to the left edge, the player teleports to a different room. A character was following my player character in the first room. Two seconds later the following character appeared in the second room!
Is this expected behavior?
Edit: apparently I coded a function to do this while I was sleeping and forgot it, nevermind.
Edit2: apparently no, I didn't... Damn, can't figure out how the character is following the player on other rooms!
Yes, this is expected behavior.
There is also this:
// delay before moving following characters into new room
game.follow_change_room_timer
Wait, you mean
game.following_room_timer
right? I see it's an int, is it in ticks ?
Yes, it's game.following_room_timer in script, but has different name in the engine.
I think it's in game ticks.
nice! It's indeed in ticks! Added to the manual adventuregamestudio.github.io/ags-manual/Character.html (https://adventuregamestudio.github.io/ags-manual/Character.html#followcharacter) !