Hey, anyone know how to execute lua code from a plugin? Would be nice if anyone could provide me a sample of code. greetz
PHP: void Lua.DoString("my script");List<string> Lua.GetReturnValues("My script"); Optionally you can enter even a lua file.
There's also this plugin: http://www.thebuddyforum.com/honorb...gin-allows-you-use-c-lua-directly-plugin.html