mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
* Add files via upload * Update Antonica_Scion.lua * Update Defender_Howell.pl * Update Defender_Karrik.pl * Update Defender_Narthem.pl * Update Defender_Rinkes.pl * Update Fani_Dertrimas.pl * Update Faydwer_Scion.lua * Update Jayson_Bri-Tian.pl * Update Kardador_Tarsinian.pl * Update Kunark_Scion.lua * Update Larren.pl * Update Odus_Scion.lua * Update Persy_Clutches.pl * Update Velious_Scion.lua
5 lines
236 B
Lua
5 lines
236 B
Lua
function event_say(e)
|
|
if e.message:findi("hail") then
|
|
e.self:Say("Hello, $name. Welcome to the Kunark translocation area. Please step onto the pad and when the teleport is activated you will be taken to your destination.");
|
|
end
|
|
end
|