Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

The readme that comes with the plugin explains this:

"

As troops don't have a notes field, it's impossible to tag them the traditional way, but by adding something in the format of:

```
[EBB: <configuration name>]
```

to the troop name, you can target a specific configuration for your troop without messing with commands or JavaScript!"

(1 edit)

Even when I did this it still played the one set in the default. Was I supposed to make multiple config files or place multiple configs in one? And if so how would you go about naming them and such?

(1 edit)

Just one config file. If you have a confiuguration in the file named "doomguy", you would use [EBB: doomguy], no angle braces. You can name them with any valid JSON string.

So what would two configs in a file look like next to each other in terms of code? Would it just be a new one placed directly under? And how/where would you go about naming it for tagging sake?