Just got this happened again. Every once awhile, the editor likes to put action calls of itself within itself.
For example, I have an action "DoBigAction". Its got a bunch lines of code and works great. Until suddenly, I'm getting a huge lag while testing.
Looking through everything, it happens that right in the middle of all the lines of code under "DoBigAction", its an action "DoBigAction". So this action is calling itself nonstop forever lagging the game. I did not put that action there, it just appears by itself. Why does the editor do this? Is blizzard secretly laughing each time it happens?
This bug sucks, seems to happen every now and then and is hard to track down. Any sure way of avoiding this bug?
i NEVER, really never had something like this within 4 years of extensive editor use. i even use recursive actions to find spawning points (as one example)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Just got this happened again. Every once awhile, the editor likes to put action calls of itself within itself.
For example, I have an action "DoBigAction". Its got a bunch lines of code and works great. Until suddenly, I'm getting a huge lag while testing.
Looking through everything, it happens that right in the middle of all the lines of code under "DoBigAction", its an action "DoBigAction". So this action is calling itself nonstop forever lagging the game. I did not put that action there, it just appears by itself. Why does the editor do this? Is blizzard secretly laughing each time it happens?
This bug sucks, seems to happen every now and then and is hard to track down. Any sure way of avoiding this bug?
@sandround: Go
i NEVER, really never had something like this within 4 years of extensive editor use. i even use recursive actions to find spawning points (as one example)