Heres another problem!
EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name I can teleport you anywhere you want I can teleport you to [Nexus] [Planes of Power] [Greater Divide] [Greater Faydark] [Cabalis] [Akanon] [Freeport] [Grobb] [Oggok] [Qeynos] [Rivervale] [Erudin] [Kaladim] [Shar Vahl] [Neriak] or [Halas]")
}
if($1- =~ "Planes of Power"){
SAY("Ok bye")
}
if($1- =~ "Nexus"){
SAY("Ok bye")
castspell("2943")}
}
if($1- =~ "Greater Divide"){
SAY("Ok bye")
castspell("2023")}
}
if($1- =~ "Greater Faydark"){
SAY("Ok bye")
castspell("1336")}
}
if($1- =~ "Cabalis"){
SAY("Ok bye")
}
if($1- =~ "Akanon"){
SAY("Ok bye")
}
if($1- =~ "Freeport"){
SAY("Ok bye")
castspell("1373")}
}
if($1- =~ "Grobb"){
SAY("Ok bye")
}
if($1- =~ "Oggok"){
SAY("Ok bye")
}
if($1- =~ "Qeynos"){
SAY("Ok bye")
castspell("1338")}
}
if($1- =~ "Rivervale"){
SAY("Ok bye")
}
if($1- =~ "Erudin"){
SAY("Ok bye")
castspell("1337")}
}
if($1- =~ "Kaladim"){
SAY("Ok bye")
}
if($1- =~ "Shar Vahl"){
SAY("Ok bye")
}
if($1- =~ "Neriak"){
SAY("Ok bye")
castspell("1371")}
}
if($1- =~ "Halas"){
SAY("Ok bye")
}
/*END of FILE Zone:cshome ID:7343 -- Translocator */
When I try to Hail to him he doesnt say anything... why is that?
|