alextkd2003

Results 8 comments of alextkd2003

hi @bitbrain this is not an issue is a nice to have feature. I constantly use the time_limiter node. I modified mine just to have that feature. Let's say one...

About the differences about **wait_time** and **max_wait_time**. If max_wait_time is specified wait_time is the min_wait_time, if not specified and remains at 0 it works as it has always been working....

@derkork will try, but it's a little confusing to see that I can use the editor to set the expression and if I do that I can't create copies because...

:)I mean the inspector, not editor (I will provide a demo later today :) ) ![image](https://github.com/derkork/godot-statecharts/assets/50635357/6f0fd4e0-783c-4c45-a362-4793a8425155) ![image](https://github.com/derkork/godot-statecharts/assets/50635357/961a5670-cf3c-45bd-873c-63577765a535) I was using the set_expression_property but not in the _ready state function.

I'm sorry I haven't had the time to make the demo yet. I'll put the steps here. 1 -> Create NPC and assign a Guard. 2 -> Press Ctrl +...

I believe is related to were I'm using the set_expression_property, because the script run in process and I'm using this methop in physics could go out the active state and...

hey @derkork it works wonderfully. I didn't understand why I had to initialize the expression in the ready, but with your explanation everything is clear. Maybe it is good to...

@derkork that's looks really clean. A lot better for sure.