I've tried:
("----=Guild Stats=----")
But i got an error, i would post the error here but i forgot what it said sorry...Well please help and thanks in advance.
ID:176559
![]() Jan 2 2003, 9:14 pm
|
|
what do you mean? maybie something like this:
mob/Stat() stat("----=Guild Stats=----") //there guild stats something like that? |
If you got the time i got another question...How do you make it so you can display the chars name if i put like usr.LeaderName = usr then in the statpanel put stat("Leader:",src.LeaderName) it shows the Icon and Name
|
So are you just wanting the name, no icon right, thats simple, i think:
stat("Leader:[src.LeaderName]")//[]'s are kinda a break into the text to add a var or maybie something else thats not text should do that, correct me if in wrong, but that makes it text instead of an icon, you can also make it so when it defines the leaders name its adds his name, not him like usr.leadername=src.name//src and usr there can be thown around to fit your needs, but use the name var rather than just the person to get there name and not them. |
Koolguy900095 wrote:
If you got the time i got another question...How do you make it so you can display the chars name if i put like usr.LeaderName = usr then in the statpanel put stat("Leader:",src.LeaderName) it shows the Icon and Name To show the icon you'll have to use the leader themselves, not the name: stat("Leader:",leader)
Lummox JR |
You have my msn name, if you need simple things like this, just im me, ill try not to pull a death check on you(lummox and anyone who has been reading the forum latly understands that)
|
Ok I will from now on...oh and imma have to make a new msn name for sum reason mine got deleted...when i make a new name ill im u and say its me ok well bye
|
That'd be the stat() proc, from within mob/Stat():
Lummox JR