Skip to content
Black Ram edited this page Sep 27, 2023 · 15 revisions

Screens

NQTR gives the recommended screens, but you can use your own screens.

Character Info button

You can se a Character Info button in a test project, but it is not implemented in NQTR. This button call the label open_characters_info if exist.

So you can create your own screen or I reccomand to use DS-toolkit.

exemple to connect the button to the DS screen:

label open_characters_info:
    call screen menu_userinfo
Clone this wiki locally