Skip to content
Black Ram edited this page Jan 22, 2024 · 15 revisions

Screens

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

Quest memo button

For custom this button is in development: https://github.com/DRincs-Productions/NQTR-System/issues/87

Character Info button

You can see 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

Inventory button

You can see an Inventory button in a test project, but it is not implemented in NQTR. This button call the label open_inventory if exist.

So you can create your own screen.

Smartphone button

You can see a Smartphone button in a test project, but it is not implemented in NQTR. This button call the label open_smartphone if exist.

So you can create your own screen.

Recommended icon pack

Edit icons

  • Add nqtr_menu_icon_options image in your game folder and edit Options button.
  • Add nqtr_menu_icon_characters_info image in your game folder and edit Character Info button.
  • Add nqtr_menu_memo image in your game folder and edit Quest memo button.
  • Add nqtr_menu_icon_help image in your game folder and edit Help button.
  • Add nqtr_menu_icon_inventory image in your game folder and edit Inventory button.
  • Add nqtr_menu_icon_phone image in your game folder and edit Smartphone button.
  • Add nqtr_menu_icon_map image in your game folder and edit Map button.
  • Add nqtr_menu_icon_wait image in your game folder and edit Wait button.
  • Add nqtr_menu_icon_talk image in your game folder and edit Talk button.
Clone this wiki locally