-->
Page 1 of 1

No declaring var before using in gui widgets any more!!

PostPosted: Sun Nov 15, 2015 11:37 am
by Mmiscool
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.