Zorkaz Posted May 16, 2020 Share Posted May 16, 2020 Has anyone done something like this? Inside a script there's an integer that changes dynamically.After the INT changes a message appears stating that "It is now 3" for instance. But how is this possible without maybe using a debug notification? Link to comment Share on other sites More sharing options...
SKKmods Posted May 16, 2020 Share Posted May 16, 2020 In the message text use the % formatting command to show no decimals, like; Scrapped %.0f junk items into %.0f components Int iJunk = 9 Int iComponents = 999 pMyMessage.Show((iJunk as Float), (iComponents as Float)) Scrapped 9 junk items into 999 components Link to comment Share on other sites More sharing options...
Zorkaz Posted May 17, 2020 Author Share Posted May 17, 2020 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts