Holden93 12 Posted December 7, 2013 Hello all, while messing around with the animations Survive gave us I found an animation called "Acts_welcomeOnHUB01_PlayerWalk_3" It doesn't work though, any other ways to make the player walk automatically? Share this post Link to post Share on other sites
wok 1 Posted December 8, 2013 player switchMove "Acts_welcomeOnHUB01_PlayerWalk_3"; Works for me, but I would still also like to know other method of moving the player for interactive cutscenes, like doMove for AI, they doesn't seem to work for player. Share this post Link to post Share on other sites
Holden93 12 Posted December 8, 2013 player switchMove "Acts_welcomeOnHUB01_PlayerWalk_3"; Works for me, but I would still also like to know other method of moving the player for interactive cutscenes, like doMove for AI, they doesn't seem to work for player. Oh, thanks, I was using playMove. For the question, I don't know, I don't even think there's a way to do that. Share this post Link to post Share on other sites
ardhocool 0 Posted May 1, 2017 On 12/9/2013 at 0:13 AM, wok said: player switchMove "Acts_welcomeOnHUB01_PlayerWalk_3"; Works for me, but I would still also like to know other method of moving the player for interactive cutscenes, like doMove for AI, they doesn't seem to work for player. thx its work for me Share this post Link to post Share on other sites
Midnighters 152 Posted May 1, 2017 switchMove - no transition between initial and new animation playMove - transition between initial and new animation Share this post Link to post Share on other sites
ardhocool 0 Posted May 7, 2017 Why if I enter the code "player switchMove" "Acts_UnconscinousStandUp_part1"; does not work Is there a solution??? Please quickly reply Share this post Link to post Share on other sites
Grumpy Old Man 3549 Posted May 7, 2017 player switchMove "Acts_UnconsciousStandUp_part1" Cheers Share this post Link to post Share on other sites
mrcurry 514 Posted May 7, 2017 1 hour ago, ardhocool said: "player switchMove" "Acts_UnconscinousStandUp_part1" 44 minutes ago, Grumpy Old Man said: player switchMove "Acts_UnconsciousStandUp_part1" Do you see the difference? Share this post Link to post Share on other sites
ardhocool 0 Posted May 8, 2017 Yes, I use quotation marks for examples Share this post Link to post Share on other sites
ardhocool 0 Posted May 8, 2017 But, if I write the Player switchMove "Acts_HUBABriefing" it works. Share this post Link to post Share on other sites
ardhocool 0 Posted May 8, 2017 or etc. in cutscene animation Share this post Link to post Share on other sites