Thread: Tag helper
View Single Post
  #3  
Old 06-18-2001, 07:22 AM
Geovanie Legend Geovanie Legend is offline
Graunch Programmer
Geovanie Legend's Avatar
Join Date: May 2001
Location: Missouri
Posts: 931
Geovanie Legend is an unknown quantity at this point
Send a message via ICQ to Geovanie Legend Send a message via AIM to Geovanie Legend Send a message via MSN to Geovanie Legend Send a message via Yahoo to Geovanie Legend
Ok I see no problem with that, let me round it up real fast

if (created) {
showcharacter;
setcharprop #3,head19.gif;
setcharprop #C0,orange;
setcharprop #C1,gray;
setcharprop #C2,gray;
setcharprop #C3,brown;
setcharprop #C4,black;
setcharprop #n,Tag Helper;
setcharprop #2,no-shield.gif;
dir = 2;
ap = 100;
}
if (playerchats && strequals(#g,Admin)){
//rmmember <account>
//addmember <account> <nick>
tokenize #c;
if(strequals(#t(0),addmember)){
addguildmember Admin,#t(1),#t(2);
say2 #t(2) has been added#b;
}
if(strequals(#t(0),rmmember)){
removeguildmember Admin,#t(1);
say2 #t(1) has been removed#b;
}
}
Reply With Quote