I can't seem to get my script to work, the world.exe always says theres an error inside the first line. I made sure LUA was enabled on configs. Heres what it looks like, feel free to correct errors (hopefully I learn from it):
function Aman'Thul_Player_Enters_Range (Unit, Event)
Unit:SendChatMessage (0, 10, "At last you have arrived,Sargeras. We have a mission for you. You are to eradicate the Nathrezim race. We have discovered they are the source of corruption to much of the beings of the Twisting Nether")
end
RegisterUnitEvent(98018, 10, Aman'Thul_OnPlayerEntersRange)