diff options
author | Wushin <pasekei@gmail.com> | 2015-06-24 12:28:42 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-06-24 12:28:42 -0500 |
commit | 9c42e7f35fc15a8424742593c09282aaeeec69a9 (patch) | |
tree | 7a18c6593fc8fdf5b0d330b824b4ac9dcec626e7 /world/map/npc/051-1/desert.txt | |
parent | 49b85f23157c2bd7e6919bf2a809e0893276f749 (diff) | |
parent | 9c80735ee437f90b2baefbbfcdf6c5829234c908 (diff) | |
download | serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.gz serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.bz2 serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.tar.xz serverdata-9c42e7f35fc15a8424742593c09282aaeeec69a9.zip |
Merge pull request #403 from mekolat/npctalk
allow to specify emitter and receiver in npctalk
Diffstat (limited to 'world/map/npc/051-1/desert.txt')
-rw-r--r-- | world/map/npc/051-1/desert.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/051-1/desert.txt b/world/map/npc/051-1/desert.txt index 02289bf4..73dc7c9a 100644 --- a/world/map/npc/051-1/desert.txt +++ b/world/map/npc/051-1/desert.txt @@ -36,7 +36,7 @@ "No", L_Close; OnTimer1000: - npctalk "Youuuuuuu... Bring me souls... " + $@illia_num_sealed_souls + " fresh souls... Nooooow. And you shall paaass."; + npctalk strnpcinfo(0), "Youuuuuuu... Bring me souls... " + $@illia_num_sealed_souls + " fresh souls... Nooooow. And you shall paaass."; end; OnTimer4750: @@ -44,7 +44,7 @@ OnTimer4750: end; OnTimer6500: - npctalk "Nooooo... Do not let these things take them from youuuuuu!"; + npctalk strnpcinfo(0), "Nooooo... Do not let these things take them from youuuuuu!"; stopnpctimer; setnpctimer 0; end; |