Is v12 script same as Tribes2 script?
by Carl Hickman · in Torque Game Engine · 11/09/2001 (4:45 pm) · 3 replies
Newbie here. Subject says it all.
#2
11/09/2001 (4:48 pm)
Yup. Pretty much. The files are different and the directory structure is changed, but the script code itself is the same.
#3
11/09/2001 (7:44 pm)
There has been one small but significant syntax change, and that's inheritance. In Tribes 2 script, it would be "DataBlock(MyName) : ParentBlock", but now it's "DataBlock(MyName : ParentBlock)".
Torque Owner Adam Baratz