[vJASS] Trying to use this Knockback3D system... trying...

Status
Not open for further replies.
Level 19
Joined
Oct 12, 2007
Messages
1,821
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:
JASS:
call Knockback3D_add(t,380.,0.,0.)
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?
 
Status
Not open for further replies.
Top