Game Development Community

Vehicle Explosion?

by CodingChris · in Torque Game Engine · 01/27/2007 (2:54 am) · 2 replies

Hi,
simple and short question, how to use vehicle explosion?

#1
02/07/2007 (7:09 pm)
Check out the crossbow.cs script, and the explosion there. Then set the explosion in the vehicle's datablock to use that one, for example.

Study them both...it's surprisingly easy, mostly :-)
#2
02/08/2007 (5:40 am)
Now does work. thanks.