Search Results

Found 1 results for "7af5ba54ba6e15159a6400d7d310eeaa" across all boards searching md5.

Anonymous /vg/532124321#532201603
7/22/2025, 3:54:16 AM
Cross-posting from /poeg/ 'cause I'm a dummy

I'm doing something daft. The dialogue system I'm using doesn't have a great way of interacting with nodes in the scene, and one of the things I really need to do sometimes is wait for certain events to happen in-game before the dialogue continues.

>Dialogue system says "await SuchAndSuch signal from SoAndSo node"
>Script says, okay lemme generate a script from scratch with a function that will receive that signal and notify you when it receives it

I really wish it didn't have to come to this but it's kind of cool I guess.