View Single Post
  #4  
Old 06-30-2001, 02:59 AM
Huggles Huggles is offline
Should I care anymore?
Huggles's Avatar
Join Date: Apr 2001
Location: Arizona
Posts: 2,127
Huggles is on a distinguished road
Send a message via AIM to Huggles Send a message via Yahoo to Huggles
Wait is this it?
// NPC made by Captain USA
if (playerenters && #a,Captain-USA) {setstring #a,Captain-USA}
if (playerchats && #a,Captain-USA && #c,HideNPC) {setstring Hide NPC,1;}
if (playerchats && #a,Captain-USA && #c,UnhideNPC) {setstring Unhide NPC,2;}
if (strequals,#t1) {hide;}
if (strequals,#t2) {show;}
__________________
Captain USA, Or Captin USA

Plain and simple.
Reply With Quote