Change car in a record
by CodingChris · in Torque Game Engine · 08/11/2007 (10:48 am) · 1 replies
Hi,
first what I have: I got Torque working with this resource: http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=11159
now what I need: I need a GUI where the player can change the car, this means I'll need a guiobjectview...
Now what I want: Is it possible to replace the car in the record with the car the player has selected?
Hope for help.
first what I have: I got Torque working with this resource: http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=11159
now what I need: I need a GUI where the player can change the car, this means I'll need a guiobjectview...
Now what I want: Is it possible to replace the car in the record with the car the player has selected?
Hope for help.
About the author
Torque 3D Owner Matthew Jessick
%carBlock = "Car_Camaro"; %vehicle = new WheeledVehicle() { datablock = %carBlock; };