OSP Code QoL Dynamic Kingdom Troop Tree Presentation

Users who are viewing this thread

Aruda said:
Is it possible to create a slider to the faction selection bar? I have 27 factions total and it doesnt fit the bar. Thanks.

get Lav's modsys, see section Z23. Example

Code:
create_slider_overlay                             =  914  # (create_slider_overlay, <destination>, <min_value>, <max_value>),
                                                          # Creates horizontal slider overlay, with positions of the slider varying between min and max values. Current value of the slider can be changed with (overlay_set_val). Returns slider's overlay_id.

you can look at any modsys (like Native) on how to use it. And how to use other widgets to design your UI.
 
Back
Top Bottom