Closed lugart closed 1 year ago
Hello @lugart,
Adding a custom status can be achieved by playing a custom game. For example:
client.gamesPlayed("My custom status");
1 more question. How do I boost hours in games and have my custom status at the same time?
If I change to client.gamesPlayed("My custom status"); then the status works, but none of the games actually spin. Tried adding another line, then it crashes or just doesn't work.
Can you tell me if you know if it is possible to have both games variable and your "custom status"?
I haven't tested it but it could work if you provide an array with both, your custom game and the games that need to be idled.
client.gamesPlayed(games.unshift("Custom status"));
I haven't tested it but it could work if you provide an array with both, your custom game and the games that need to be idled.
client.gamesPlayed(games.unshift("Custom status"));
Tried your offer, but it works very strangely))
In the profile shows custom status, but game hourboost does not work)) It feels like the status cancels the launch of games
Bro, thanks for responding)
Then I'm not really sure if it is possible to play both, a non-steam game and a steam game at the same time.
Hi, in the line client.setPersona I can change the status Online to Offline, etc.
But, can I put my custom status somewhere by fixing the code a bit? Or it is not provided?