saddle 19 Posted September 19, 2023 Hey guys, I am wondering if there is a way to show a custom value, such as a simple number on the screen for All Players in the session and that can be altered during the session by the host Zeus, by something like the Esc button Extended Debug Console and executing statements. My idea is I want to control a visible number for all players, that when we sell or buy an item, or gain a number of points, I can add and remove plus or minus numbers on the get go. Any tips or ideas much appreciated Share this post Link to post Share on other sites
TeTeT 1523 Posted September 19, 2023 Hi, I've never attempted this, but probably cutRsc with remoteExec will do the trick? https://community.bistudio.com/wiki/cutRsc https://community.bistudio.com/wiki/remoteExec Maybe there are much better or easier ways to do this nowadays? But I guess at the core you want to display a global variable content on all clients? For sending a variable content to other clients, https://community.bistudio.com/wiki/publicVariable is invaluable. Good luck, TeTeT Share this post Link to post Share on other sites
saddle 19 Posted September 20, 2023 20 hours ago, TeTeT said: Hi, I've never attempted this, but probably cutRsc with remoteExec will do the trick? https://community.bistudio.com/wiki/cutRsc https://community.bistudio.com/wiki/remoteExec Maybe there are much better or easier ways to do this nowadays? But I guess at the core you want to display a global variable content on all clients? For sending a variable content to other clients, https://community.bistudio.com/wiki/publicVariable is invaluable. Good luck, TeTeT Yes, I want a simple number displayed for All Players in the session, like in a corner of the screen, that I as the host can change the numbers simply plus or minus and it will show for instance typing into the global statement "something +200" and it will show 200 in the numbers. Share this post Link to post Share on other sites