quick question active scripts?

so i have a script called battler its on several objects… why can only one object have the script active at a time?

the class is called like this since it is a child of battle control

public class Battler : BattleControl {

1 Like

Multiple objects with the same script component can run. It’s possible to have multiple instances of 1 script.