View Single Post
  #5  
Old 04-04-2008, 12:20 PM
jdam7459
Sarnak
 
Join Date: Mar 2007
Posts: 45
Default

tutorial_chr.txt (in game folder)
4
cst,cst_chr
skt,skt_chr
btn,btn
rtn,rtn

Jana_Dawn.pl (eqemu/quests/tutorial)

sub EVENT_SAY{
if($text =~ /hail/i){
quest::say("Hail, young traveler!");}
}

Non of this seems to be working, any ideas?
Reply With Quote