Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#34073 Hello,

Version 1.39 changes.

Gui widgets required variable be created before use. This has now been changed.

Old code (Still works):
Code: Select allbla = ""
textbox bla
wait


New Code:
Code: Select alltextbox bla
wait



Minor bug fixes for dropdown and listbox code.