But its possible to use a fuction like printString(i´ve tested an it works) from that library, but not delay… Ok, so all the libraries that are MINIMAL_API, are limited in c++, and some functions simple can not be used in c++, is that right?
I need to create a latent function because in this case (And other cases in my AI bot):
I need to be able to say how much time it will take to do the next thing in the behavior tree. How can i setup a latent function (a simple exemple will really help me out)?
PS I know how to setup timers, but they dont work in that case.