For some reason its working now. strange. the error was along the lines og Show() has no overload which takes 2 parameters, this wass in the quickpopup class
yes, the OnEnable will not work on the the first node but will work on the rest.
To be honest, i’ve no idea if i’m nesting flowscripts correctly, what event should i be using in the flowscript to be called directly from the behaviour tree? as using OnEnable or OnUpdate gives me huge slowdowns.
the reason i didn’t want to use macros was they are self contained and cant share the blackboard ad nested scripts do. (just my preference).
as far as i understand, the angle is the amount of rotation, axis is what axis to apply the angle of rotation to. e.g if x = 1 y = 0 z = 0, it would apply the angle to x rotation only, if x = 1 y = 1 z = it would apply angle to x and y rotation.