View Single Post
  #19  
Old 05-07-2002, 10:24 PM
LilNiglet LilNiglet is offline
Registered User
Join Date: Jun 2001
Posts: 3,178
LilNiglet is on a distinguished road
Quote:
Originally posted by 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;
}

I would show you mine, but...

1. Script Stealers.
2. Graal is down, so I cannot acces my RC or test level.
Reply With Quote