• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Logic "if A then B"

dzone41

New member
Joined
Sep 27, 2024
Messages
7
Reactions
1
Hello. I have two sets of animations. In both sets, the first animation loops then goes into climax with a button press. I would like to enter the climax animation based on Vammoan triggers. When Moan goes into climax, it triggers the climax animation. This is easy with one set of animations but how to do with more than one set?
If anim 1 is playing then play anim 1.5.
If anim 2 is playing then play anim 2.5

I feel like there is a simple solution I am missing, I've tried logic bricks but the documentation is limited. I thought the boolean brick would work, finally learned how it operated and was a no go.

Thanks for any pointers.
 
Scroll down to triggers.
Screenshot 2025-06-04 074529.png
 
Scroll down to triggers.
View attachment 494874
Yes, this works well with one set of animations and is exactly what I am doing. I have determined to set up two moan plugins, one for each animation and disable / enable the other.

Thank you for your response, I got it figured out although I do wish there was a better option for the simple logic i want to accomplish. By separating the moan plugins with their own set of actions, I cannot use common Ui buttons to skip ahead, slow down, speed up the current intensity level.
 
Last edited:
Try VUML, its awesome, it might be what your looking for, it can do a lot combined with ActionGrouper :unsure:
 
Try VUML, its awesome, it might be what your looking for, it can do a lot combined with ActionGrouper :unsure:
I'll look into it, I think that's what I need. Thank you!
 
Sounds like the SelectChoice brick from LogicBricks might be worth a look:
 
Back
Top Bottom