Game Development Community

Templates

by Matt Kenley · in Torque X 2D · 02/11/2008 (7:36 am) · 4 replies

Hey all,

I know you can link a spawner to to a template, but is there a way to link any object to a template in TXB? This would be very helpful information, and thanks in advance.

#1
02/11/2008 (11:45 am)
I'm pretty sure the answer is no. You can only mount a spawner to a template. If you want to mount something else to a template, you could turn that other item into a template, then create a spawner for that item, then mount the new spawner to the template. But that's about it. I'll need to check the engine source to be sure.

John K.
#2
02/11/2008 (12:00 pm)
Thanks John,

Ill try to get around it then, unless you find a way to change that. Thanks again.
#3
02/14/2008 (1:23 pm)
Wait, what are you trying to do? You want to use templates without using spawners, is that what you're asking?
#4
02/14/2008 (1:37 pm)
Basically yes. I want to make individual objects in torque and link them to the template.