···12121313## How to use
14141515-Write your functions in the unit > start event, in the table `MyCoroutines`.
1515+Write your functions in the unit > start event, in the table `functions`.
16161717You can use the standard coroutine.yield method in your function by always placing as parameter the table `self.functionName` replacing `functionName` with the name of your function (co1 or co2 in the example).
1818