spawning an object with magic system, and canceling him on demand - possible ?

SirRingo

Member
it's a feature that we really need to get into - so we thought it would be smart to ask the guys if someone did this allready, or maybe there's allready a smart built in way to do it - which we didn't get:

on click hero spawns a sphere which he can use to help him on platforming. after X seconds it dies, and only then he can spawn again. that's great.
but we want to give the player an option to kill the sphere at any point of time (smaller than X of course), so he can respawn emidiatly.

this is the current magic item:
2020-06-28_07h37_46.png
 
This isn't built in, but you could subclass the Spawn Object action and add it.
 
Top