I am making it in Microsoft Visual Basic 8.
**staff, if this is the wrong place, please move it.
The features are the following
- Open, close, save and edit luas (of corse)
Line numbers on the left side - Done.
Most to all functions will be listed in the LUA code explorer - (coming)
Syntax and/or Error checker for missing "{", "}", "(", ")", ",", etc. - (coming)
Syntax highlighter (If, Then, End, //comment, etc. - Done.
and more.
Code: Select all
//FUNCTIONS
ScriptCB_DoFile()
ScriptPostLoad()
OnEnterRegion()
OnObjectKill()
PlayAnimation()
CommandPost:New{}
ActivateRegion()
GetEntityName()
MoveEntityToNode()
AddDeathRegion()
EnableSPHeroRules()
ReadDataFile()
SetMaxFlyHeight()
//CONQUEST FUNCTIONS
conquest:AddCommandPost()
ObjectiveConquest:New{}
conquest:Start()
CommandPost:New{}
//OTHER
BlockPlanningGraphArcs()
function()
SetUberMode()
//CAMPAIGN
Start function
end function
GoTo
Assault
Conquest
//POOLS
Soldier Animation Pool
//CODES
T_END (end)
T_IF (If [condition] Then ////code End)
please post any suggestions, or feature additions for this.
Version Update Links:
0.5: (this post)
1.0: http://www.gametoast.com/forums/viewtop ... 77#p398777







