Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Tips and tricks
➜ Infobar
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Plazgoth
USA (10 posts) Bio
|
| Date
| Wed 26 Mar 2003 12:02 AM (UTC) |
| Message
| Is there a way to have the infobar placed above the command window? Also is there a way to have different colors for different things in the infobar? Thanks, this is what my infobar script looks like right now:
sub infobar(thename, theoutput, data)
world.infoclear
world.infoBackground "black"
world.infoColour "lime"
world.infoFont "Fixedsys",12,0
world.info data(1) + "(" + data(2) + ")hp " + data(3) + "(" + data(4) + ")st " + data(5) + "(" + data(6)+ ")mv " + data(7) + " is " + data(8) + " and " + data(9) + "."
current_stance=data(8)
current_pace=data(9)
end sub | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Wed 26 Mar 2003 12:36 AM (UTC) |
| Message
| You can move the info bar to the top of the MUSHclient window (above the world windows, below the button bars). You can't put it above the command window as such. There are multiple command windows (if you have multiple worlds open) but only one info bar.
You can mix colours, just change colours and then do another world.info. eg.
world.InfoColour "lime"
world.Info "hp blah blah"
world.InfoColour "yellow"
world.Info "more stuff here"
Do a world.InfoClear when you want to start with a new line, otherwise text keeps appending to the current one. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
11,140 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top