View Single Post
  #3  
Old 09-30-2003, 07:57 AM
Guest
 
Posts: n/a
Default

HERES THE CORRECT WAY OF DOING IT!...







EVENT_SAY{
if($1- =~ "Hail"){
SAY("Hi $name I will [teleport] you anywhere!")
}
if($1- =~ "teleport"){
SAY("[Cshome] [Velious] [Nexus] [Greater Divide] [Greater Faydark] [Cabalis] [Akanon] [Freeport] [Grobb] [Oggok] [Qeynos] [Rivervale] [Erudin] [Kaladim] [Shar Vahl] [Neriak] or [Halas].")
}
if($1- =~ "cshome"){
SAY("Hang on you need to have downloaded or obtained this file from becoming a GM in eqlive. This file does not come along with the Everquest CD. Are you sure you wanna continue? [YES] [NO]")
}
if($1- =~ "yes"){
SAY("ok bye")
summonitem("22")
}
if($1- =~ "no"){
SAY("well sorry then...")
}
if($1- =~ "Nexus"){
SAY("Ok bye")
castspell("$userid","2943")
}
if($1- =~ "Greater Divide"){
SAY("Ok bye")
castspell("$userid","2023")
}
if($1- =~ "Greater Faydark"){
SAY("Ok bye")
castspell("$userid","1336")
}
if($1- =~ "Cabalis"){
SAY("Ok bye")
castspell("$userid","2709")
}
if($1- =~ "Akanon"){
SAY("Ok bye")
castspell("$userid","557")
}
if($1- =~ "Freeport"){
SAY("Ok bye")
castspell("$userid","1373")
}
if($1- =~ "Grobb"){
SAY("Ok bye")
castspell("$userid","4178")
}
if($1- =~ "Oggok"){
SAY("Ok bye")
castspell("$userid","556")
}
if($1- =~ "Qeynos"){
SAY("Ok bye")
castspell("$userid","1338")
}
if($1- =~ "Rivervale"){
SAY("Ok bye")
summonitem("23")
}
if($1- =~ "Erudin"){
SAY("Ok bye")
castspell("$userid","2707")
}
if($1- =~ "Kaladim"){
SAY("Ok bye")
summonitem("21")
}
if($1- =~ "Shar Vahl"){
SAY("Ok bye")
castspell("$userid","2935")
}
if($1- =~ "Neriak"){
SAY("Ok bye")
castspell("$userid","1371")
}
if($1- =~ "Velious"){
SAY("Ok bye")
castspell("$userid","2062")
}
if($1- =~ "Halas"){
SAY("Ok bye")
castspell("$userid","2708")}
}
/*END of FILE Zone:cshome ID:7343 -- Translocator */


the summon items 21-23 are items I created for self port 1 charge on the times =)
Reply With Quote