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? |
In response to Lummox JR
|
|
Ok, thanks
|
In response to Lummox JR
|
|
Wow, our posts are almost exsacty the same, but you hit the post button first :(, lol
|
In response to Lummox JR
|
|
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
|
In response to Koolguy900095
|
|
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. |
In response to Scoobert
|
|
thanks
|
In response to Koolguy900095
|
|
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 |
In response to Koolguy900095
|
|
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)
|
In response to Lummox JR
|
|
I think he wants it the other way around, just the name not the icon.
|
In response to Scoobert
|
|
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
|
In response to Koolguy900095
|
|
Ok, ill be out for about 20 min though, but go ahead and add me.
|
In response to Scoobert
|
|
Ya i did but thanks for the info Lummox JR
|
In response to Scoobert
|
|
Imma goto bed so ill make it and add u tomorrow bye
|
That'd be the stat() proc, from within mob/Stat():
Lummox JR