BrowserTree |
|
A system to aid in the creation of Help Systems and other branching things. [More] |
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Polaris8920.BrowserTree##version=9 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://Polaris8920.BrowserTree##version=9 |
Note: This library uses .Txt Parser. If you don't have it downloaded this library will not run correctly. Please download it first.
A system to aid in the creation of Help Systems and other branching things. You can even have custom style sheets using CSS, load from .txt files, use button presses to navigate through the tree, have paramiters for windows, use custom datums that process the users choices, and even use BrowserTree as a selection processor. Included in DM.Libraries. Version 8:
To use simply put something along the lines of this in your game to create a datum based navigation tree which a user can browse through; BrowserTree HelpMain bt_name = "Main Help File" bt_info = "This is the main help file." bt_full = "This is the main help file." More bt_name = "More..." bt_info = "More help on playing." bt_full = "Blah, blah, balh." NewbieHelp bt_name = "Newbie Stuff" bt_info = "New Player Help." bt_full = "...press F to..." mob/verb/Help() var/BrowserTree/H = bt_FindDatum("/BrowserTree/HelpMain") H.bt_Display(src) |
Copyright © 2025 BYOND Software.
All rights reserved.