From 8875f705b50ad6fa6265340e2124d3046dfd88be Mon Sep 17 00:00:00 2001 From: regneq Date: Mon, 8 Jul 2013 14:39:07 -0700 Subject: [PATCH] Updated Lua template (markdown => textile) --- Lua-template.md => Lua-template.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename Lua-template.md => Lua-template.textile (97%) 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