···11# du-nested-coroutines
22 A small script for DU to avoid any CPU load error
3344+### How to Install
55+66+Copy the content of the file `config.json`
77+In the game, right click on the programming board, and select "Advanced" and "Paste Lua configuration from clipboard".
88+49### How to use
1010+511Write your functions in the unit > start event, in the table `MyCoroutines`.
612713You can use the stardard coroutine.yield method in your function by always placing as parameter the table `coroutinesTable[index]` replacing `index` with the index of your function (1 for the 1st function, 2 for the second and so on)