
11-17-2001, 11:41 PM
|
|
http://wiki.graal.us/
|
 |
Join Date: Nov 2001
Posts: 2,247
|
|
Re: Yes I will help.
Quote:
Originally posted by Saga2001
Ok,
don't put too much on this...I am new to NPC Server myself, but I believe it can get data for any player on any level on the server running NPC Server (If online.). For example:
NPC Code:
if (playerchats) {
if (startswith(Account,#c)) setstring client.editing,#e(8,-1,#c);
if (startswith(Head,#c)&&strlen(#s(client.editing))>0 ) setstring #3,#e(5,-1,#c);
if (startswith(Sword,#c)&&strlen(#s(client.editing))> 0) setstring #1,#e(6,-1,#c);
if (startswith(Shield,#c)&&strlen(#s(client.editing)) >0) setstring #2,#e(7,-1,#c);
}
??? yeah i think thats right...
there are a lot of cool things with the with() command.
Hope I helped.
--PastAustin
|
*wonders where you used with()* hmm...
btw: I won't be needing that account no more. |
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
|
|
|
|
|