• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Is there a way to do an "AND" function on states?

SlimerJSpud

Invaluable member
Joined
May 18, 2022
Messages
2,026
Solutions
42
Reactions
1,374
I'd like to be able to trigger a set of actions based on a Boolean AND function. What I need (pardon pseudo-code) is (Anim2 = Playing) AND (VamMoanState = Climax). I didn't see an obvious way to do this using Logic Bricks. I know how to trigger things from VamMoan, but I need that AND function so it's not triggered when the other animation is still playing.
 
I'm almost ready to answer my own question. VUML does this.
 
Upvote 0
Well, it looks like VUML can't do exactly this. VUML can't detect the state of which animation (1 or 2) is playing, only that the timeline plugin is playing. VUML can't detect when VamMoan reaches Climax either. I found another way. I did use Action Grouper to gather up the various actions for "head drop" and "head thrash" into groups. I disable these , and the dub.force plugins at the start of Anim1, and re-enable them during Anim2. That way, VamMoan will try to trigger them anytime climax is reached, but it will only result in actions during Anim2.
 
Upvote 0
Back
Top Bottom