I use the thread to ask:
I also have a following system in my game and i need to know how could automatically place "the follower" to the "main character" when change scene during the chase. With the addition that before i check a condition (if this is following or not).
Now i do it manually with actions. In "one door", i put:
'go' executed:
Switch to scene "scene2" ; (current character)
if condition 'following' is true ; (this condition is located in the follower_character)
switch to "scene2"; (follower_character)
End if
Works fine, but i have a lot of scenes and i want create a script to copy-paste it in all scenes like "At Beggining of scene"
One script to do something like:
if "follower_name" condition following= true
set "follower_name" position to main_character.position
End if
Can i do it easily? With only actions i can´t do it.
PD:
I use 3.7.1