This little script shows a progress bar as floating text. Sending Inventory [||||||||||………………..] 33% showProgress(float value, float maximum, string status) { float percent = 0; if(maximum != 0) percent = value / maximum; integer barCount = 50; integer bars = llFloor(percent * barCount); llSetText( status + "n[" + llGetSubString("||||||||||||||||||||||||||||||||||||||||||||||||||…………………………………………..", barCount – bars, -1 – bars) + "] " + (string)llFloor(percent * 100) + "%" , , 1); } From Dedric Mauriac via <a href="http://bloghud.com" rel="noreferrer nofollow">bloghud.com</a>
Original Details
- Original on Flickr: https://www.flickr.com/photos/dedric-mauriac/3994587648/
Location
- Simulator: Woodbridge
Text Found Within Image
- taken by : Dedric Mauriac on Woodbridge (11, 3, 98)
- blogHUD!
![This little script shows a progress bar as floating text. Sending Inventory [||||||||||....................] 33% showProgress(float value, float maximum, string status) { float percent = 0; if(maximum != 0) percent = value / maximum; integer barCount = 50; integer bars = llFloor(percent * barCount); llSetText( status + "n[" + llGetSubString("||||||||||||||||||||||||||||||||||||||||||||||||||..................................................", barCount - bars, -1 - bars) + "] " + (string)llFloor(percent * 100) + "%" , , 1); } From Dedric Mauriac via bloghud.com](https://lewismoten.com/wp-content/uploads/2026/03/2009-10-08-Progress-Bar-Script-optimized.jpg)
