(11-15-2010, 12:11 PM)Everlone Wrote: the problem is the walk animation, i will make scene where the player can look at left and right but not around and that he dont walk.
Blocking the players movement isn't a good idea but there are ways.
One is to make the player levitate a bit, with a already public script so he can't move.
You can set the player speed to 0, check the scripting funcs if it isn't working.
Just remember to set normal speed after.
A more crude way is to block the player in place with invisible blocks.