Hi,
I have been working on a project for a while now and wanted to implement a simple scripting system for the user to define different things, that is when i stumbled across LUa, okay I'm not new to the scripting scene i did do a bit a few years back.

Anyway what I'm here to know is basicalyy if i define a function in LUA i.e:


Code:
function Draw()

end
Is there anyway of me calling this in my program ?