Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| A simple library that returns various information on a game's BYOND hub page. |
Version First Release ·
Date Added: 4/23/08
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://DevourerOfSouls.d_hublibrary##version=3
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://DevourerOfSouls.d_hublibrary##version=3
|
| |
This is just a simple library I decided to make for my own use, but it's something that other people may find helpful, so here you guys go. The library contains the following procs:
• dhub_favgame(mob/user) - Check to see if user has the game favorited.
• dhub_games_total() - Checks and finds out how many live games are on the hub.
• dhub_players_total() - Checks how many players are currently playing and listed on the hub. Alternate "list" argument returns a list of every key instead of the number.
Login to post a comment.