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. 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. local fac = e.other:GetFaction(e.self); -- to use for faction condition in an if statement.
@ -42,3 +43,4 @@ function event_waypoint_arrive(e)
e.self:Say(""); e.self:Say("");
end end
end end
</code></pre>