Jump to content

Jaroslav Verner

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Jaroslav Verner

  • Rank
    Newbie
  1. Hi guys, I have been struggling a lot recently getting animation sequences. For some reason they work in the init but not on the triggers, but if one animation works the other one doesnt. This is what I currently have: bot1 switchMove "Acts_hubTalk_salute1"; bot1 switchMove "Acts_welcomeOnHUB01_AIWalk"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_1b"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_1"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_2"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_3"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_4"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_5"; bot1 playMove "Acts_welcomeOnHUB01_AIWalk_6" before I had the same but I added bot1 switchMove""; after an annimation command for a pause, however it doesnt work. I have tried everything and nothing seems to work. Any suggestions? I want to also loop those animations. Thank you!!
×