Forum

> > Off Topic > how to maek lua skripts
ForenübersichtOff Topic-ÜbersichtEinloggen, um zu antworten

Englisch how to maek lua skripts

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: how to maek lua skripts

RedPillow
User Off Offline

Zitieren
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!!

alt Re: how to maek lua skripts

RedPillow
User Off Offline

Zitieren
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)

alt Re: how to maek lua skripts

SQ
Moderator Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenOff Topic-ÜbersichtForenübersicht