Quote:
Originally posted by Zulithe
when you right click a player, or view their information, it shows a screen, we all know this. There should be more information added ^_^ I've suggested this a lot actually.
What about making it show what head/shield/sword you are currently using? Sometimes I'll set a shield or sword on a server, and later i'll forget what the name was, and then I'll have to dig through my shield/sword cache and look for it, and yadda yadda. Same goes with heads and things, even bodies!
And what if someone is using a shield/sword/head/ that you like and you want to use it? You could just right click them and it would tell you!
I know if you have RC you can easily do this, but why can't normal players do it? :-/
|
Make it a system NPC.
Like this (you can use it):
// NPC made by *¤Ðá®kLÎñk¤*
if (playerenters){
toweapons *Clothes;
}
if (isweapon){
if (weaponfired){
say2 Sword: #1#bShield: #2#bHead: #3#bBody: #8;
}
}
If you want to, make it set flags.
Like:
setstring sword,#1;
etc
You don't really NEED RC for this.