Reply to Re: Quick question
If you don't have an account, just leave the password field blank.
There aren't any scripts that control the things on the status bar, it's done internally. You can't directly modify whats on there through DinkC code. The status bar graphic will always be static and you can't change it.
What you can do though is create an animated sprite over whats already there. You'd have to use sp_noclip(&sprite, 1); to make it show over the status bar, and you'd have to set up a continuous loop [remember to script_attach(1000);] that checks to see if you've changed screens in order to draw it again on the next screen. That's pretty much all you can do.
What you can do though is create an animated sprite over whats already there. You'd have to use sp_noclip(&sprite, 1); to make it show over the status bar, and you'd have to set up a continuous loop [remember to script_attach(1000);] that checks to see if you've changed screens in order to draw it again on the next screen. That's pretty much all you can do.






