diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 18:12:55 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 18:12:55 -0700 |
commit | 135f0fe12564decad0d3e2ff8af8f798b0a7f4cf (patch) | |
tree | e4f9e8ac285413342214576545f020ff39fd8baf /world/map/npc/051-3/ambush.txt | |
parent | 9f883e9770523d3ff2b2f79129cffb523419c6b6 (diff) | |
download | serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.gz serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.bz2 serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.tar.xz serverdata-135f0fe12564decad0d3e2ff8af8f798b0a7f4cf.zip |
Canonicalize event label capitalization
Diffstat (limited to 'world/map/npc/051-3/ambush.txt')
-rw-r--r-- | world/map/npc/051-3/ambush.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/051-3/ambush.txt b/world/map/npc/051-3/ambush.txt index 5d31eff5..109d55b2 100644 --- a/world/map/npc/051-3/ambush.txt +++ b/world/map/npc/051-3/ambush.txt @@ -72,17 +72,17 @@ OnTimer9000: end; OnTimer11000: - areatimer "051-3.gat", 22, 12, 102, 97, 500, "#BndtTl::onOuch"; - areatimer "051-3.gat", 22, 12, 102, 97, 3000, "#BndtTl::onA"; + areatimer "051-3.gat", 22, 12, 102, 97, 500, "#BndtTl::OnOuch"; + areatimer "051-3.gat", 22, 12, 102, 97, 3000, "#BndtTl::OnA"; stopnpctimer; setnpctimer 0; end; -onOuch: +OnOuch: message strcharinfo(0), "Ouch my head..."; end; -onA: +OnA: if (strcharinfo(0) == $@ILLIA_HERO$) goto L_CaptureHero; if (strcharinfo(0) == $@ILLIA_HELPER1$) |