]> icculus.org git repositories - divverent/nexuiz.git/commit - data/scripts/entities.def
trigger_relay_if - to help with entity factories that create a limited number of...
authordiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 23 Oct 2008 12:03:50 +0000 (12:03 +0000)
committerdiv0 <div0@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Thu, 23 Oct 2008 12:03:50 +0000 (12:03 +0000)
commitf1749a18dfe8d3e46cb34730053bddfebdc91705
tree6e980ab90061d864ad76702d57788bdfd22bffaf
parentd434f05d3e9d9ba680ec0430a005a08fe0dc7340
trigger_relay_if - to help with entity factories that create a limited number of objects (to not spam the server).

A factory is now:
- a target_spawn
- a trigger_relay_if targeting the target_spawn
- a trigger_multivibrator targeting the trigger_relay_if

For later, what about making a target_spawnfactory entity that creates all these.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4835 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
data/qcsrc/server/target_spawn.qc
data/scripts/entities.def