Scoreboard Demoby RaeKwon
Latest Update: Instruction: Inside this demo you'll see the coding for a Scoreboard, this will give you instructions on how to use it. To start off, in Scoreboard.dm you'll see the following code: var{Name;Key;Level;Date} New(mob/person) if(!person)return Name=(person.name) Key=(person.key) Level=(person.level) Date=(time2text(world.realtime)) Now notice the Level=(person.level) simply change everything with the var "level" to the var in your game. |