-
-
Notifications
You must be signed in to change notification settings - Fork 5
Screen & Translations
Black Ram edited this page Jan 13, 2024
·
10 revisions
...
I have created a screen that allows you to display information about the character. The screen is called menu_userinfo_character_info
and is located here
use menu_userinfo_character_info(mcI)
I have created a screen that allows you to display statistic about the character. The screen is called menu_userinfo_character_statistic
and is located here
use menu_userinfo_character_statistic(mcStatistic)
For the translation dictionary keys, you can create a dictionary called ds_translations
.
For example:
define ds_translations = {
"friendship" : _("Friendship"),
"favour" : _("Favour"),
"love" : _("Love"),
"corruption" : _("Corruption"),
"virgin" : _("Virgin"),
"against" : _("Against"),
"addiction" : _("Addiction"),
"max_values" : _("Max_values"),
"strength" : _("Strength"),
"intelligence" : _("Intelligence"),
"agility" : _("Agility"),
}
For open ths DS screen into NQTR: Read Character Info button