Posted By: nodrog
WASD control - 12/20/08 16:34
Just started a few days back & would appreciate any help. In WED I have built my level with the guard model but can't get control of him with WASD keys. He just moves on his own with my camera watching.
Thanks
Posted By: Dante_Scott
Re: WASD control - 12/20/08 17:16
you have to give him an action....
Posted By: nodrog
Re: WASD control - 12/20/08 18:30
I use the "PlBiped01" action but still have the same problem.
Posted By: Crypton
Re: WASD control - 12/20/08 19:49
use something like key_w or on_w (depending what is used in that script) instead of key_a or on_a.
Posted By: Tails01
Re: WASD control - 12/20/08 19:53
look for the manual there you find more...
try:
c_move(my,vector((key_w-key_s)*time_step,0,0),nullvector,GLIDE);
Gruß Tails