Game Development Community

force character to move forward like in a cinematic

by fossilnite · in Torque Game Engine · 01/15/2012 (8:32 am) · 1 replies

Hi all.... as the title says, what is the command to make the character move forward? I already looked through the codes and found this thing called actionMap but there is no command inside it like moveCharFor() or something like that.... The function to make the character move forward without having to press w .....

#1
01/15/2012 (8:49 am)
nvm....found out .....
$mvForwardAction=1;

causes charc to move forward infinitely....