Updated Lua template (markdown => textile)

regneq 2013-07-08 14:39:07 -07:00
parent 8dc1285c65
commit 8875f705b5

@ -1,3 +1,4 @@
<pre><code>
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
end
</code></pre>