Forum

> > Off Topic > how to maek lua skripts
Forums overviewOff Topic overviewLog in to reply

English how to maek lua skripts

7 replies
To the start Previous 1 Next To the start

old Re: how to maek lua skripts

RedPillow
User Off Offline

Quote
Lua.org didn`t help me at the first place...

I realized that it`s easier to make programs by knowing 95% how they work or should work.

Also, being logical is like 70% of the work, keeping things clean is 20% and 10% is coding itself.

My biggest problems in first place was that I didn`t realize what were I doing, so it was really hard - But with time I learned to "See" what I am doing by making simple stuff with visual-basic and stuff :P.

P.S TKD, ABSOLUTELY great work with that lua-tut!!

old Re: how to maek lua skripts

RedPillow
User Off Offline

Quote
I laughed myself to death after I start reading TKD`s examples about box =D
(I don`t mean it`s stupid, it sounded funny when i read it =D)

old Re: how to maek lua skripts

SQ
Moderator Off Offline

Quote
Actualy in my language this: value = {} called box .
And its actualy not funny, TKD made very specific toturial for cs2d lua.

And who is still confused:

Value = {100,200,300}

In other case...

value[1] = 100
value[2] = 200
value[3] = 300

Result:

value[1] + value[2] + value[3] = 600
#value = 3
To the start Previous 1 Next To the start
Log in to replyOff Topic overviewForums overview