Thread: LUA $name
View Single Post
  #1  
Old 04-03-2014, 10:09 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default LUA $name

Strange thing my LUA is working, but either $name is not working like I thought or something is off.

Code:
function event_say(e)
		if(e.message:findi("hail")) then
			e.self:Say("Hello $name. If you possess a Dark Wedding Certificate you may hand it to me when you are ready to begin your wedding. If you are currently in a wedding party you may [" .. eq.say_link("enter the chapel",false,"enter the chapel") .. "] now.");
		end
end
That is actually printing out $name
Reply With Quote