View Single Post
02/13/17, 11:04 PM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I broke my gigantic loops into smaller pieces and then called them at intervals like this:

EVENT_MANAGER:RegisterForUpdate(addon.name, milliseconds, function() loop() end)
  Reply With Quote