• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. 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.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Is there a target in Atom Core Control that you can trigger to tun off VAM?

createdjustfordis

New member
Joined
Oct 10, 2021
Messages
18
Reactions
5
So I am building a scene and I am wanting to create a collision trigger that will target a specific atom that will cause the game to turn off. Ive looked in Core Control and other places and I have yet to find it. Any ideas?
 
That sounds like pretty bad UX for your scene. Users might assume VaM crashed or something, no one expects VaM to quit when you collide with something.

Anyway, all you need is a tiny plugin that calls Application.Quit when triggered. Plugin attached below, put it anywhere in your scene and use like this:
1678296934829.png
 

Attachments

  • MacGruber_ApplicationQuit.cs
    229 bytes · Views: 0
That sounds like pretty bad UX for your scene. Users might assume VaM crashed or something, no one expects VaM to quit when you collide with something.

Anyway, all you need is a tiny plugin that calls Application.Quit when triggered. Plugin attached below, put it anywhere in your scene and use like this:
View attachment 220599
Thanks! Funny enough its for a scene for personal use so its not a worry. Thanks for the help!
 
Back
Top Bottom