Interesting, but did you ever found out why this is and what is the purpose of this?
I do not understand the reason behind this. I would assume construction script is run ones. Also when one actor is in the level.
When I put a actor into the lvl and make a print string at the beginning of the construction script, the string is printed 3 times when compiling. Why is that? I would assume construction script is run ones for each actor in the level. I have only one of the actors in level. Also, I print out the actor name and if “is server”, but all is the same in all three construction skript runs.
So, do you understand why on compile construction script is running multiple times for the same actor?