H HB5156P57 New Member Joined Jun 17, 2011 Messages 6 Reaction score 0 Nov 12, 2011 #1 Hey, anyone know how to execute lua code from a plugin? Would be nice if anyone could provide me a sample of code. greetz
Hey, anyone know how to execute lua code from a plugin? Would be nice if anyone could provide me a sample of code. greetz
jim87 New Member Joined Aug 26, 2011 Messages 445 Reaction score 7 Nov 12, 2011 #2 PHP: void Lua.DoString("my script"); List<string> Lua.GetReturnValues("My script"); Optionally you can enter even a lua file.
PHP: void Lua.DoString("my script"); List<string> Lua.GetReturnValues("My script"); Optionally you can enter even a lua file.
Inrego New Member Joined Feb 7, 2010 Messages 2,765 Reaction score 71 Nov 12, 2011 #3 There's also this plugin: http://www.thebuddyforum.com/honorb...gin-allows-you-use-c-lua-directly-plugin.html
There's also this plugin: http://www.thebuddyforum.com/honorb...gin-allows-you-use-c-lua-directly-plugin.html