Game Development Community

Vehicle problem #235462

by Xavier "eXoDuS" Amado · in Torque Game Engine · 12/09/2001 (8:39 am) · 1 replies

datablock HoverVehicleData(ScoutVehicle) : WildcatDamageProfile

when torque wants to compile the script file vehicle_wildcat.cs i get a syntax error in that line.
If i remove the ": WildcatDamageProfile" part it works, but i dont know how good it is to remove that...

Another thing, is there any way around the non-collision objects crash?

#1
12/09/2001 (9:06 am)
change your datablock to read:

datablock HoverVehicleData(ScoutVehicle : WildcatDamageProfile)