For example lets say im creating object enemy, and I want to change its property speed, hp, attack power etc - basically anything. How do I access specific object after creation from code? So I wont change all enemies properties.
Is it automatically scoped to last created object?