View Single Post
  #9  
Old 03-27-2002, 02:49 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Hey, also that won't add an actual guild tag, all that will do it temporarly set their guild...
If you want to make it so they can use that tag whenever tey like use this:
NPC Code:

addguildmamger guild,account,nickname;
removeguildmember guild,account;




Then anything in the serverside section of the script (the part being parsed by npc server, not the client, or better known as "Before where you put the //#CLIENTSIDE thingy", just have this line:
setplayerprop #g,guildname;
you cannot do this:
setplayerprop #n,nickname (guildname);
unless the player is in the guild, and even then i am not sure.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote