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!