![]() |
#1
|
|||
|
|||
character pack and walkto ?
Greetings
I am missing something here... the walkto command is not compatible with the characters pack ? #Create a walk action that will randomly select a location between (-5,-5) and (5,5) walkAnim=child.getAnimationID('child_f_high_walk.C AF') print walkID child2.state(walkID) RandomWalkAction = vizact.walkto(vizact.randfloat(-5,5),baseoffset,vizact.randfloat(-5,5)) #Add walk action to avatar when spacebar is pressed vizact.onkeydown(' ',child.add,RandomWalkAction) I want something like this If you hit one of the cursor keys. From idle position to walking Follow the terrain If r pressed make it run If nothing pressed idle But we are puzzled ![]() Could you paste some sample code that works with the character pack ? Thanks ![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|