lukas already got a helper (me)
(actualy i havent helped yet, but..)
anyway lukas, show me the new game fetures that u making.. =]
i working now on my own script engine that will open text files and read them, i already puted over 40 commands for a engine, and the engine can save in memory or read over 2000 commands/files
to setup the sliding collision + gravity, i have to write 2 lines of code
Like:
ThisObjectNum:1
CollisionTo:10 `to Object number 10
`so that will collision from object 1 to 10
thats all!
and i have maked another feture for my scripitng engine, i can use a object numbers, like:
ThisObjectNum:1 ` so this object number is 1
and i can also use:
Obj: Player ` so if i call to object "Player" it will know what i talking about
does 1 + 1 is 11?!