diff options
-rw-r--r-- | npc/test/npc1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index 7c53e87d..fc904714 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -101,4 +101,8 @@ OnInit: OnWhisperGlobal: mes "cmd: " + @whispervar0$; close; + +OnSkillInvoke: + skillInvoke[@skillId] = skillInvoke[@skillId] + 1; + close; } |