View Single Post
  #7  
Old 10-19-2003, 11:33 AM
morgklor
Fire Beetle
 
Join Date: Oct 2003
Posts: 5
Default OOPS Forgot Details

Okay, I'm running a 4.4 Server (Didn't Compile it Myself). None of the quest for handing in items works......even the ones shipped with the server....they all talk...but all crash when an item i handed in (even the soul-binder).

here is the last attempt at the same script:

EVENT_SAY {
if($1- =~ "Hail") { say("Hello $name! How are you? Might I as you to [help] me?") }
if($1- =~ "help") { say("Thank you for your interest. Please Collect For Me a Cloth Cap") }
}
EVENT_ITEM {
if ($item1 == "1001") { say("Thank You Very Much!") }
}


What am I doing wrong...I know it has to be something simple.....
Reply With Quote