Skip to content
User Avatar
#2474
Auto-translated
How do I remove the faction circles under neutral creatures?
Here is the code I provided earlier. The documentation states that before disabling the circles, you need to disable interaction with the creatures (so they cannot be attacked). I haven't checked if it's possible not to disable this.
Is it possible to place creatures on the map from a hero's army?
I implemented similar functionality in the "Hero's Path" map, but it took several hundred lines of code because there are questions about how to initiate the placement, how to select how many creatures to deploy, and so on. In the simplest case, this involves calling two functions: remove specific creatures from the hero's army (RemoveCreatures) and place them in the same quantity on the map (CreateMonster).