diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-11 13:38:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-11 13:38:56 +0300 |
commit | 0452e5c5f9dd7b166c8fe681c6fe64c03740716a (patch) | |
tree | 312ac955061ccddbaea670be8a0cf2b59d4e2341 /npc/001-2-21 | |
parent | 19eaaca795ce2f0886bfb2f31a1c327bb419a441 (diff) | |
download | serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.gz serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.bz2 serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.tar.xz serverdata-0452e5c5f9dd7b166c8fe681c6fe64c03740716a.zip |
Use npc sprite names in all scripts.
Diffstat (limited to 'npc/001-2-21')
-rw-r--r-- | npc/001-2-21/julia.txt | 2 | ||||
-rw-r--r-- | npc/001-2-21/note.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt index c7613639..f288b9af 100644 --- a/npc/001-2-21/julia.txt +++ b/npc/001-2-21/julia.txt @@ -7,7 +7,7 @@ // Description: // Allows to change language. -001-2-21,27,24,0 script Julia#Artis 404,{ +001-2-21,27,24,0 script Julia#Artis NPC_JULIA,{ mesn; mesq lg("Hello dear!"); next; diff --git a/npc/001-2-21/note.txt b/npc/001-2-21/note.txt index 9d939bdd..38ef7f84 100644 --- a/npc/001-2-21/note.txt +++ b/npc/001-2-21/note.txt @@ -6,7 +6,7 @@ // Description: // A small note presenting the 6 main rules of Evol Online. -001-2-21,29,25,0 script Note#Artis 116,{ +001-2-21,29,25,0 script Note#Artis NPC_PAPER_NOTE,{ mesn "Narrator"; mes col(l("There is a paper with some rules written on it."), 9); next; |