Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Im tired of setting 20 self switches to true or false in 1 event action for instance you can choos 1 item on the ground and after that the other 10 set self switch a to true preventing you fro getting them so you have to do this
pbSetSelfSwitch(1,"A",true)
pbSetSelfSwitch(2,"A",true)
...