Implement a script engine that loads scripts (globally or dynamically) that can interact with and call engine functions. - [ ] Generic script classes - [ ] Implement Lua support - [ ] Implement Python support _(?)_ - [ ] Implement C# support _(?)_
Implement a script engine that loads scripts (globally or dynamically) that can interact with and call engine functions.