diff options
-rw-r--r-- | npc/test/npc1.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index c0b0af37..79c419ff 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -26,7 +26,7 @@ OnTouch: areatest; close; -OnUnTouch123: +OnUnTouch: mes "OnUnTouch"; areatest; close; @@ -35,4 +35,8 @@ OnInit: setnpcsex G_MALE; setnpcdistance 5; end; + +OnWhisperGlobal: + mes "cmd: " + @whispervar0$; + close; } |