Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
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.
The order in which the "Cycle Select Person" button switches between persons is often unpredictable. I can't say exactly what the algorithm is, but sometimes a person is selected twice in the cycle or not at all (A->B->A->C, for example).
I have reviewed this code and it does work in a consistent ordered manner. There might be an oddity if you manually select one of the Person atoms, and then use cycle select. In that case it could go in an order you might not expect. That is because the cycle select does not take into account manual selection. It only cares about the last person selected by the cycle select button. You can try this out and see for yourself by using cycle select to go through all the Person atoms several times. You will see it is consistent. But then if you manually select one of the Person atoms and then use cycle select, it will select the next one based on the last cycle select. I can probably fix it so when you manually select a Person atom it updates the cycle select data with that info so it will be consistent.