View Single Post
  #1  
Old 06-08-2002, 03:04 AM
skullitor
Fire Beetle
 
Join Date: May 2002
Posts: 5
Default Whats wrong with my quest

here is what it is

NPC_SCRIPT 1{
TRIGGER_TEXT:Hail:{

SAY:HOWDY!
SAY:You want a gift(yes or no)
}
TRIGGER_TEXT:yes:{
SAY:Here you go
SPAWN_ITEM 5004
SAY:Genis is the coolest guy ever!!!!
SAY:This sword will be all powerful, next time the server is reset.
SAY:It will be reset at 7:30 central US Time
SAY:Adios!
}
TRIGGER_TEXT:no:{
SAY: SCREW YOU
CAST_SPELL 982
SAY:SORRY!
SAY:lol
}
}
}
Reply With Quote