Good Morning Everyone,
I was wondering how people handle this scenario. I am currently using Apoc's FSM to execute logic which is triggered during my Pulse from my EndScene hook. The issue I am trying to work through now is how people handle adding in "Wait" or "Sleep" logic between statements?
For example, say I want to cast a spell and then sleep for 2 seconds and then cast another spell. Since my logic is being executed on the EndScene thread, sleeping the thread isn't the way to go.
If anyone has a moment to share how they dealt with this issue I would greatly appreciate it.
Thanks in advance!
-Shadow