Mike
After using UnsubscribeFromAllEvents() I can’t issue commands in the console.
Is it the intended behavior and if so how to reactivate commands?
For example, in Sample.lua, if I do something like:
engine:CreateConsole()
UnsubscribeFromAllEvents()
engine:CreateConsole()
Then I can’t issue commands anymore.