logic_auto vs. logic_relay OnSpawn
Posted Jan 28, 2013
What's the difference between using a logic_relay's OnSpawn event, and using a logic_auto?
Since I normally have lots of logic_relays already, and I need to keep the entity count down, I'd prefer to just use LogicRelay's OnSpawn and save some entities. But will that cause problems?
Registered users don’t see ads!
Register now!
Posted Jan 28, 2013
Replied
45 minutes
later
Logic_autos kill themselves after firing, and logic_relays can StartDisabled to cancel the output.