📄
SummonAlly_Plugin
  • SummonAlly_Plugin
    • ⬇️Downloads
  • Configure Characters
    • ⚙️Configure the Character to be Summoned
    • ⚙️Configure the Summoner Character
  • Additional Configurations
    • 🔔Summon Ally Owner
    • 🔔Summon Ally Unit
Powered by GitBook
On this page
  • Main Functions
  • Getters
  • Events
  • Custom Example
  1. Additional Configurations

Summon Ally Unit

PreviousSummon Ally Owner

Last updated 1 year ago

Main Functions

Getters

Events

Custom Example

This is a basic example of how to make it so that when your character dies, it summons a creature. You can think of it as if it were a hydra – when one head is cut off, one or two more appear (depends on your game logic).

IMPORTANT: It won't work properly if you try to handle it with a unit destroyed event; it must be done a step earlier, as the reference to the original owner would be lost, potentially causing errors.

🔔