ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Wed Oct 15, 2008 4:46 am Post subject: FGD editing and custents mod |
|
|
hey iv recently added in the custents mod into my mod and iv been having issues making an fgd for it....
so far iv been messing with the dynamic spawn feature and i just cant seem to get it to work
Code: | @PointClass(Targetname) = func_spawn : "func_spawn"
[
spawnclassname(string)
spawnfunction(string)
spawnsilent(integer)
spawnmulti(integer)
] |
im pretty sure thats how the code in the fgd should look, but its not even showing up in my entitie list when i load up worldcraft.
any one know whats wrong?
i belive i fixed it apparently it doesnt look like that it looks like this lol....
Code: | @PointClass base(Targetname) = func_spawn : "func_spawn"
[
spawnclassname(string)
spawnfunction(string)
spawnsilent(integer)
spawnmulti(integer)
] |
_________________ QuakeDB - Quake ModDB Group |
|