I'm looking to make a scoreboard for my game. This scoreboard has to update whenever a player clicks the verb, has to store the top 10 players, and remember them throughout the life of the game until I reset the board.
So, from my limited understanding of coding I'll need the following:
A verb, to access the scoreboard
A verb to reset the scoreboard(if that's possible)
A proc, to do the actual code 'stuff' of the scoreboard
and a savefile, to save the information of the board
For the proc, I was thinking of simply treating it as a list. Adding in new entries replacing old ones if the selected variable is higher than the old entry. Yet, I'll need more than 1 list. I was thinking I'll need a list for each part of the board. I'll need a list for the name, the variable, and the time.
My problem is I'm not entirely sure about how to go about doing this, which I should have first and how to keep the list updating itself. I've read the DM Guide but it's still kinda confusing me.
Any and all help with this would be appreciated.
ID:156112
![]() Dec 24 2010, 9:47 pm (Edited on Dec 24 2010, 10:00 pm)
|
|
![]() Dec 25 2010, 12:59 am
|
|
I recommend you to use RaeKwon Scoreboard Demo.
|
Thanks, I've already downloaded this Demo and have looked at it quite a bit, I'd like to make my own though rather than using someone else's.
If anyone has any more input for me it would be great. |
I created an example just a couple of weeks ago:
http://www.byond.com/developer/ forum/?id=767542&view=1&display=1#767526 I think it would work as is, but also easy to adjust. |