Mainly I want to know if this is even possible with byond, though I'm fairly certain it is..
Anyways what I really need to know is, is there a way to combine the text thats sitting in input1 and assign it to a variable and the text thats sitting in input2 and assign it to another variable then have (let's say a and b) variable a = username and variable b = password and if a and b match the login info, then presto! You're in! I've designed this so far with a login window, so after your login is succesful I will simply make the login window disappear and you will see the game window behind it so, in theory you "Logged in"... Yes I know it's severely overcomplicated for a login, I just want to try something new..
If you can't understand my wall of text please feel free to ask me to clarify! :D
Copyright © 2025 BYOND Software.
All rights reserved.
But, I need it to do that without having to hit enter after you type in the two boxes if possible.. o.o