Howdy Everyone!

Hey Everyone,
I have played TU for about 30 hours I know I know that is nothing, but I plan on getting into a lot more. I have some more free time now in between college classes and this game is great for relaxing after a long day I have been thinking about streaming it as well. I hope and look forward to seeing some of you guys in game. My IGN is Cpt.Cig say hi if you see me around.

Peace!

8 Likes

Hi !

Welcome to the community !

1 Like

Welcome to the Tower! :smiley_cat:

// Computes if the user's play time is equivalent to nothing.
// Takes int playTime, which is play time in hours.
bool IsPlayTimeNothing(int playTime)
{
    if(playTime == 0)
        return true;
    return false;
}

I ran the numbers on my side and didn’t get the same result. You might double check your arithmetic.

Bad jokes aside, welcome to the forums!
Enjoy your stay!

2 Likes

welcome to russia

Welcome to the tower!

This topic was automatically closed after 4 days. New replies are no longer allowed.