Hey there,
I'm trying to use the Knockback3D system from here but it doesn't seem to work.
In my map I just have a very simpel bit of code with at some point this in it:
t is a unit.
But when saving, I'm getting an error message saying "Undeclared function Knockback3D_add". I find it weird, because I succesfully imported the system and it's optional requirements and succesfully saved after that.
But now that I'm actually trying to use it, I'm getting this error.
Before I added the knockback line to the trigger, I could also easily save it.
Is there something (stupid) I'm not seeing/knowing here?
I'm trying to use the Knockback3D system from here but it doesn't seem to work.
In my map I just have a very simpel bit of code with at some point this in it:
JASS:
call Knockback3D_add(t,380.,0.,0.)
But when saving, I'm getting an error message saying "Undeclared function Knockback3D_add". I find it weird, because I succesfully imported the system and it's optional requirements and succesfully saved after that.
But now that I'm actually trying to use it, I'm getting this error.
Before I added the knockback line to the trigger, I could also easily save it.
Is there something (stupid) I'm not seeing/knowing here?