Hey, I got a question.
The scoreboard doesn't show ingame, anywhere.
Don't I need to chancge the name where it shows?
Like in the tab commands?
To download this library for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Andreg1.A_SS##version=0 Emulator users, in the BYOND pager go to File | Open Location and enter this URL:byond://Andreg1.A_SS##version=0 |
Need a scoreboard in your game ? Then this is the library for you.
-----Important----- As stated in the documentation.dm which you SHOULD read, you must change the #define SCOREBOARD_BASE in the Scoreboard System.dm so the library will change it's behaviour towards the variable you write in that #define. So if you for example wished your scoreboard to act based on a variable named "kills", your #define would look like this:#define SCOREBOARD_BASE kills -----/Important----- |
Please support BYOND through Membership or a donation!
|
Related Libraries
|
|||||||||||||||||||||||||||||||||||
More Libraries by Andre-g1
|
Copyright © 2024 BYOND Software.
All rights reserved.
What do you mean it doesn't show anywhere ? To make it popup, all you have to do is call the Display procedure.
Also sorry for the late reply.