Im currently working with the menus and i have a question about it.
In the select_callback
Syntax: Select all
def sometestcallback(menu, player_index, choice):
I dont understand how i can get the integer, seems like choice is a object.
2nd:
When i return menu, will the menu be re-created or is the menu saved in sometihng like a cache and instantly shown?
3rd:
Is menu.text needed? I see from the forum example its used there, but from some scripts its just simply "menu.append("text123")
Sorry mobile grammar