Hello!

Right now for part of my game, I have some allied combatants getting deleted and spawned in at a separate location, but their status values get reset. How do I set up a combatant to carry over any status value changes after getting deleted?

Thanks!
-Bap
  • Hm, I see 3 ways to do it:

    1) Store them as selected data - that'd keep their status alive and you can add them to game objects via a Add Combatant node in schematics.
    Doesn't save in save games, though.

    2) Use another player group with a new Player Group ID for those combatants.
    Will save with save games.

    3) Let them join the player group and remove them from group (removed members will still be kept to rejoin later).
    Alternatively, they could also be hidden members of the player group.
    Will save with save games.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.