View Single Post
  #3  
Old 05-06-2005, 11:45 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
I was at school when i made it. And I dont feel like finding graal3 to test it >.>

Here's a GS1 version that works:
PHP Code:
//Made by Vash-Aniki(*coreys)
if (actionserverside) {
 if (
strequals(#p(0),attrib)) {
   
with (getplayer(#p(1))) {
     
setstring this.sw,#1;
     
setstring this.sh,#2;
     
setstring this.h,#3;
     
setstring this.b,#8;
  
}
  
say2 Head#s(this.h)#bBody:#s(this.b)#bSword:#s(this.sw)#bShield:#s(this.sh);
 
}
}
//#CLIENTSIDE
if (playerchats&&startswith(/attrib ,#c)) {
  
tokenize #c;
  
triggeraction 0,0,serverside,Attributes Finder,attrib,#t(1);

__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote