How can i add admin commands to spawn Zombies?
again for TOWER PROTECC
First off, this should probably be in #help-and-feedback:scripting-support . Secondly, admin commands are extremely difficult to produce. What most do is taking a pre-existing admin command module (like the Adonis Command Module [which is different that the Adonis Loader, which actually allows you to do commands.]) and then adding a new command that summons an entity. The EASIEST way to do what you’ve asked for is to tweak how Adonis summons humanoids (or as they’re called by Davey_Bones, BOTS) and make them green, tiny, and aggressive. You can’t do what was done in the video, unless you spend hours upon hours on systems you probably don’t care too much about. TDS is an extremely specialized game that runs unlike most other games.
Also, maybe @Davey_Bones has something to say about this?
Thanks!
i’ll do this also i thought it would be in Game design.
You don’t need to edit the Adonis MainModule directly just for this purpose, a loader plugin will do.