Author Topic: New to programming on torquescript  (Read 747 times)

Ok so i love playing blockland, but i wanna start making some stuff to share with the community. i already know how to make prints, it's the easyest thing you can do but i really wanna learn to make other kind of mods. So i'm asking help to you guys, if you can send me links and tell me what i have to know to start my blockland programming journey (i already have a link to torquescripting syntax, and i would need api documentation and other stuff i need to know).

i already know how to make prints, it's the easyest thing you can do
No music is.

Try this for starters, it might help

Thank you very much, i'll read it now  :)

Ok i readed it and gives you an idea of what client , id and function, and even does some examples with some functions. talking about functions, where can i find a list of the game functions?

Ok i readed it and gives you an idea of what client , id and function, and even does some examples with some functions. talking about functions, where can i find a list of the game functions?
Put dumpConsoleFunctions(); into the console.
To get an object's methods do %obj.dump(); in the console.

ok so i did dumpConsoleFunctions(); and gave me a list of scripts, but doesn't explain what they do.
is there a guide/post that explains at least the main ones? ty very much

ok so i did dumpConsoleFunctions(); and gave me a list of scripts, but doesn't explain what they do.
is there a guide/post that explains at least the main ones? ty very much
For any add-ons that you download there's no way to tell what they do through that command. Any command in there that has arguments describe what they do are engine functions which are default no matter what.

Not every command can be explained if they are custom add-ons you downloaded, but if I remember there is a wiki that can explain some of the default functions

thank you very much, i was talking about the main functions, not functions added by addons

« Last Edit: January 22, 2016, 02:02:58 PM by FelipeO_O »