mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 12:12:25 +00:00
Updated Lua template (markdown => textile)
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.
|
||||||
@ -41,4 +42,5 @@ function event_waypoint_arrive(e)
|
|||||||
elseif(e.wp == 0) then
|
elseif(e.wp == 0) then
|
||||||
e.self:Say("");
|
e.self:Say("");
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
</code></pre>
|
||||||
Loading…
x
Reference in New Issue
Block a user