View Single Post
  #7  
Old 10-28-2001, 05:44 AM
6Burning6Church6 6Burning6Church6 is offline
Chance Mercy
Join Date: Oct 2001
Location: Coral Springs, Florida
Posts: 280
6Burning6Church6 is on a distinguished road
Re: Improved information screen ^_^

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.
__________________

- American Pride
"We will stop terrorist TOGETHER." - President Bush
Quote:
Originally posted by Stefan
Oh that can happen because of stupid coding,
people doing stuff like

if (playertouchsme)
toweapons I am a dumb scripter
}

forgetting the ;
"Never argue with a idiot, or they'll be you by experience."
- So that means don't argue with me.
Reply With Quote