#Beginner npc generator, with contexual menus to output information
4 messages · Page 1 of 1 (latest)
familiarize yourself with the control nodes to make the form https://docs.godotengine.org/en/stable/tutorials/ui/control_node_gallery.html?highlight=control
Godot Engine documentation
Here is a list of common Control nodes with their name next to them: The Control Gallery demo pictured above can be found on GitHub.
ok
Well you should use multiple ItemList nodes in Godot and set them according to the image and set their select modes to single. Then create a script with variables like ancestry and culture and use signals to update them every time the itemlist nodes are selected. Then you can display all the variables using a simple label node.