MemorialIsland.lua 287 B

12345678
  1. function init_zone_script(Zone)
  2. SetLocationProximityFunction(Zone, 0, 0, 0, 50, "Memorial_InRange")
  3. end
  4. function Memorial_InRange(Zone, Player)
  5. SendPopUpMessage(Player, "Memorial Island: Dedicated to the wonderful people who helped make EverQuest 2 happen.", 244, 66, 134)
  6. end