Page 1 of 1

FGD editing and custents mod

Posted: Wed Oct 15, 2008 4:46 am
by ceriux
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: Select all

@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 :D apparently it doesnt look like that it looks like this lol....

Code: Select all

@PointClass base(Targetname) = func_spawn : "func_spawn"
[
spawnclassname(string)
spawnfunction(string)
spawnsilent(integer)
spawnmulti(integer)
]