Hi,
A PersistentObjectSpawner is created as a scene is loaded.
So each time the script creates a “new” hasSpawned variable,
but as the variable is static, it has already been created,
so why don’t we get some error telling the variable already exists?
M. D.