so far iv been messing with the dynamic spawn feature and i just cant seem to get it to work
Code: Select all
@PointClass(Targetname) = func_spawn : "func_spawn"
[
spawnclassname(string)
spawnfunction(string)
spawnsilent(integer)
spawnmulti(integer)
]any one know whats wrong?
i belive i fixed it
Code: Select all
@PointClass base(Targetname) = func_spawn : "func_spawn"
[
spawnclassname(string)
spawnfunction(string)
spawnsilent(integer)
spawnmulti(integer)
]