-
-
Notifications
You must be signed in to change notification settings - Fork 10
Screens
NQTR gives the recommended screens, but you can use your own screens.
For custom this button is in development: https://github.com/DRincs-Productions/NQTR-System/issues/87
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
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.
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.
- 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.