I'm trying to setup editor so I can easly programm with lua, but I'm failing.
For an example I have a code
Code: Select all
myclass = { }
myclass.Radius = 100;
function myclass.EnemiesNear(lRadius)
-- do something
return 1
end
function myclass.run
local var1
var1 = myclass.>><<.EnemiesNear(myclass.>><<.Radius)
end;
I have put (>><<) in place when I'm expectig to see a window wher I can choose variable name or function name (just like on this pic :
http://www.zeusedit.com/images/lookcode.png) I have spend 3 hours already .. but no success.