View Single Post
  #3  
Old 12-28-2003, 07:02 AM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

EVENT_SAY {
if($1- =~ "Hail") {
say("[faydark] [tox] [north] [nek] or [ro]");
}
if($1- =~ "fay") {
castspell("$userid","1336")
}
if($1- =~ "tox") {
say("here you go!!");
castspell("$userid","1337");
}
if($1- =~ "north") {
say("here you go!!!");
castspell("$userid","1338");
}
if($1- =~ "nek") {
say("here you go!!!");
castspell("$userid","1371");
}
if($1- =~ "ro") {
say("here you go!!");
castspell("$userid","1373");
}
}

thats a version of a TL script
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote