Thread: NPC Scripting
View Single Post
  #15  
Old 08-02-2002, 08:02 PM
stomper_TK stomper_TK is offline
Registered User
stomper_TK's Avatar
Join Date: Feb 2002
Location: My chair :-)
Posts: 846
stomper_TK is on a distinguished road
Send a message via AIM to stomper_TK
Lets say I go aquire a flag to open a door that needs a certin flag named "sam" to enter the door. Would this script work for the door?

NPC Code:
if (playertouchsme&&sam){hidelocal;sleep3;show
}

__________________
Reply With Quote