I have a trigger that loads tons of information from banks, and it freezes the game for a second. How do I reduce the lag cause by this trigger? How can i slow it down without adding a lot a wait actions in between?
I don't know if this will do anything but use custom functions, set it to action, select create thread, then divide whatever your doing into these custom action functions.
it's a loop i take it?
the only thing you can do is add waits for 0.0625 seconds in there.
it will take longer to load all your data. but it wont lock up if you place them correctly.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I have a trigger that loads tons of information from banks, and it freezes the game for a second. How do I reduce the lag cause by this trigger? How can i slow it down without adding a lot a wait actions in between?
I don't know if this will do anything but use custom functions, set it to action, select create thread, then divide whatever your doing into these custom action functions.
it's a loop i take it?
the only thing you can do is add waits for 0.0625 seconds in there.
it will take longer to load all your data. but it wont lock up if you place them correctly.