View Single Post
  #1  
Old 05-26-2004, 02:15 PM
Frienzied
Sarnak
 
Join Date: Nov 2003
Posts: 34
Default Problem with .qst

Hello! I need help with my .qst script! It's just a simple Hail file that I copy and pasted to see if I can even get the .qst to work. I'm running 5.7dr2. When I put the .qst in with the proper npc id and everything it wont load up the zone. It says "This zone is unavailabe." Here is the hail script:
Code:
EVENT_SAY {
if ($1- =~ "Hail") { say(" Why hello there mister!") }
}
If anyone could help that would be great. Thanks in advance!
Reply With Quote