So I want to know how to have it so that when a password is entered it executes events the passwords are alphabetical
I kinda feel dumb not knowing this but if someone could help i would appreciate it
Develop games in your browser. Powerful, performant & highly capable.
If the password is not dymanic (never changes) you could put the password in a variable and compare if the entered password matches the one stored.