hi again fellows
i have make a liitle statusbar in the bottom of my mirc and
from here and there without knowing anything about sscripts i make something like this :
it has :
Nickname: balabalabla .............and the other side on the corner the name of the script.
Now this things i made it with hOS.dll and when i open the mirc my name is ok but if i want it to change when i am on line (/nick blabalba2 ) its NOT change it in statusbar -
This is what i have in the remotes (i am sure its not ok but its works)
Is there anyone who can make how to change the nick in statusbar when i change it manualy ?
..and if anyone knows how i put also in statusbar the name of the server that i connect ?
i need this:
nickname .......................server ...............................script name
_________
this is i have now in my remotes:
Code:
 on *:start: {
  //dll hOS.dll AddStatusBar | //dll hOS.dll SBSetData 2 +n 1 GTR Script 
  //dll hOS.dll AddStatusBar | //dll hOS.dll SBSetData 1 +n 1 $chr(160) Nickname: $me
}