diff --git a/Lua-template.md b/Lua-template.textile similarity index 97% rename from Lua-template.md rename to Lua-template.textile index b38bb84..1922683 100644 --- a/Lua-template.md +++ b/Lua-template.textile @@ -1,3 +1,4 @@ +

 e.self:Say(string.format(" %s ",e.other:GetName())); -- to use player name in place of %s in the text.
 
 local fac = e.other:GetFaction(e.self); -- to use for faction condition in an if statement.
@@ -41,4 +42,5 @@ function event_waypoint_arrive(e)
 	elseif(e.wp == 0) then
 		e.self:Say("");
 	end
-end
\ No newline at end of file
+end
+
\ No newline at end of file