- Aug 4, 2020
- 925
- 1,460
(I don't know if this is the right place to ask this, if not, I apologize and have a moderator please move it to the right place)
I have seen this used in the code of some games:
And in other cases this:
Why this change is made?
Thanks for your help.
I have seen this used in the code of some games:
Code:
style choice_button_text is default:
properties gui.button_text_properties("choice_button")
screen quick_menu():
Code:
init -1 style choice_button_text is default:
properties gui.button_text_properties("choice_button")
init -501 screen quick_menu():
Thanks for your help.