thats because when you reload a game, the 4TPY script actually runs the entire script up to the point where the turn number is correct.

To avoid this problem put

if I_TurnNumber = 0
Enter script here
end_if

That way it will only happen on that turn and not afterwards