Game Development Community

Weapon on demand animation

by Eric Soyon · in Torque 3D Beginner · 05/30/2010 (8:03 am) · 1 replies

Is there anyway in Torque3D to say when you are reloading a weapon by pressing a button to tell the gun to run the state related to that weapon?

#1
05/31/2010 (3:48 pm)
Nevermind figured it out. Works in T3D using

%obj.client.player.setActionThread("magReload");