Re: Ask a simple question, get a simple answer
Posted: Sun Oct 21, 2018 2:17 pm
Hi Isaac
Thanks for your very complete answer (as always) but It still doesn't work
I tried to add this in the party component, but I only have "invalid component property", as if it doesn't tecognize the function:
(Obviously, the aim is that when the party doesn't act, something happens...)
I also tried your second method, by adding a connector in a script entity, but I have the same issue.
FYI, I've added other functions in the party component, like onMove, onTurn etc. and these work well. I also checked (since isIdle() is mentioned as Beta 2.2.4 https://github.com/JKos/log2doc/wiki/Co ... -component) and I have the same LOG2 version.
What am I missing there?
K.
Thanks for your very complete answer (as always) but It still doesn't work
I tried to add this in the party component, but I only have "invalid component property", as if it doesn't tecognize the function:
Code: Select all
isIdle = function()
script_localizer.script:checklocalizer()
end,I also tried your second method, by adding a connector in a script entity, but I have the same issue.
FYI, I've added other functions in the party component, like onMove, onTurn etc. and these work well. I also checked (since isIdle() is mentioned as Beta 2.2.4 https://github.com/JKos/log2doc/wiki/Co ... -component) and I have the same LOG2 version.
What am I missing there?
K.