Game Development Community

Sequence Question

by Balmer Steve · in Torque 3D Beginner · 07/30/2010 (11:50 am) · 1 replies

Hi All

When i Change The Sequence.

sequence1 = "./player_forward.dsq run";

to

sequence1 = "./player_forward.dsq forward";

is not working.


I dont want to use run .

How can i bind the player forward to forward.

Any ideas welcome.

#1
08/21/2010 (7:45 am)
You're changing the reference name of the sequence. Is that what you're trying to change, because in stock T3D the sequence must be called "run". Are you trying to change the sequence file instead?