Author Topic: 3 part scoreboard.  (Read 2900 times)

I want to make a now serving number. This is for my city. I cant figure out how to make a 3 part scoreboard. I have searched a great deal but found nothing. This is cause either people like to keep such things secret for their servers or they name the topics wrong.
To help me>>> Just explain how when you have 3 number panels, you can make the next panel print at 1 when the previous panel goes to 9. So that you can display a count from 001 to 999.
I have seen it done but no one wants to help.
PLEASE HELP!

One of the in game maps has a 3 part score, so I may go there and try to dissect that. But help here would be great!

What exactly do I need?
To avoid confusion, I only need the help about passing the 1 to the next panel when the previous panel goes to above 9.

Please no side conversation, flaming, or snide remarks.
If you don't have an answer then please don't answer.

please explain the context
Are you attempting actual coding or do you need in-game eventing help?

its eventing hes talking about

i can explain
first, make a brick. this is a trigger brick

make 3 print bricks, and left to right name them "1", "2", and "3" respectively
on the trigger brick, do "onActivate - namedbrick - 1 - fireRelay"
on the first brick, do "onRelay - self - incrementprintcount - 1"
on the first brick again, do "onprintcountoverflow - namedbrick - 2 - incrementprintcount1"

do the same on the 2 other bricks, but with varying numbers

thank you. That seems to be a rather complete answer. I think If I have further problems I can take it from there. Someone should mod a 3 digit scoreboard mod.

At my server entrance I will have a small thin bar. They hit it. The city population goes up. On player death it goes down. This bar is at the spawn zone and will be invisible.

thank you. That seems to be a rather complete answer. I think If I have further problems I can take it from there. Someone should mod a 3 digit scoreboard mod.
Its already incredibly easy in events

This is eventing, Event help goes into the "Help" board. This board is for Torquescript related coding.