Game Development Community

scrip...ting?

by Grant McNeil · in Torque Game Engine · 03/22/2002 (1:09 pm) · 4 replies

okay, im a programmer. i usually deal with modding games like half-life or quake, or using open source engines like Genesis3d.

now, when i bought torque, I was excpecting somthing along these line, but wow, i was wrong. i got much more then i needed, which sort of causes problems.

I have never seen the tribes scripting engine before, and i dont know anything about the language. can someone point in a direction to learn the scripting engine, so i can start using this engine?

thats about all i have to say,

Grant McNeil


P.S. Check this out, its amazing for anyone looking into a serious job in the game industry: So you wanna be a game programmer?

#1
03/22/2002 (1:47 pm)
Sorry about the link, its This URL
#3
03/25/2002 (11:47 am)
Ben "Digiben" Humphrey has some useful things to say (Grant's link). All he seems to need to do now is bring his writing skills to a more reasonable level ...
#4
03/26/2002 (3:51 pm)
One command that I love is the %obj.dump(); command.
It lists off all the commands that can affect the object.
Just replace %obj with the name of an object.