Tools are hard-coded in Garry's Mod to only load from the stools folder, and are not capable of having added to post-load in a way that scripted_ents.Register would.
Since Extensions can be loaded post-initialize, it is important that they are able to add tools the same way as Sandbox itself does, only post-init. The system should wrap the tools added so that they are always added to a new nZombies Unlimited tool tab. The tools added should have the exact same structure as TOOL in any normal tool.
Tools are hard-coded in Garry's Mod to only load from the
stools
folder, and are not capable of having added to post-load in a way thatscripted_ents.Register
would.Since Extensions can be loaded post-initialize, it is important that they are able to add tools the same way as Sandbox itself does, only post-init. The system should wrap the tools added so that they are always added to a new nZombies Unlimited tool tab. The tools added should have the exact same structure as TOOL in any normal tool.