Hi sexy guys...
I need that on the login screen... the "REMEMBER_LOGIN" function just to show me only the last "username" ... and not username and Password.
Thanks!
Srry for bad english
Edit: Resolved.
Thanks Wizered67 and Blizzard !
I can't guarentee any results, but I found these lines in RMX-OS
if RMXOS::Options::REMEMBER_LOGIN
# create data stream
stream = "#{@username_window.text}\t#{@password_window.text}"
You should play around with it and try changing that last part to somehting like
stream = "#{@username_window.text}"
You might want to try it on a test game first because it might mess up your game.....
edit: I tested it and it didn't work. When I did that it didn't remember anything, so I don't think I can help you. sorry.
There's another place where you need to edit it because this part is only for saving. You need to disable the reading as well.
I got it! :)
The tips were very useful, thanks Wizered67 and Blizzard !