View Single Post
  #15  
Old 05-07-2002, 07:53 AM
user13-xo user13-xo is offline
Registered User
Join Date: Nov 2001
Location: California
Posts: 297
user13-xo is on a distinguished road
Send a message via AIM to user13-xo
Hats work on Babylon. I can see others and others can see mine.
here is the script im using.
NPC Code:

// NPC made by Alexander
if (playertouchsme) {
toweapons Hat;
}
if(playerchats && startswith(/hat,#c)){
setstring this.hat,#e(5,-2,#c);
timeout=.1;
}
if (timeout) {
setplayerprop #P1,hat#s(this.hat).png;
timeout=.1;
}

Reply With Quote