Open audinowho opened 2 weeks ago
Remove the requirement to wrap coroutine script calls in TASK:BranchCoroutine(function() my_ground.myfunction(parameters, if, any) end)
TASK:BranchCoroutine(function() my_ground.myfunction(parameters, if, any) end)
Do this by making the lua console send the lua string within a coroutine.
Questions to be answered: does this cause any unwanted behavior with non-coroutine processes, such as raw updates?
Remove the requirement to wrap coroutine script calls in
TASK:BranchCoroutine(function() my_ground.myfunction(parameters, if, any) end)
Do this by making the lua console send the lua string within a coroutine.
Questions to be answered: does this cause any unwanted behavior with non-coroutine processes, such as raw updates?