audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
64 stars 13 forks source link

Remove Branch Coroutine requirement from Lua Console #505

Open audinowho opened 2 weeks ago

audinowho commented 2 weeks ago

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?