diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:32:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:32:37 -0300 |
commit | ce3385ea46854267e0f535441e42cea40ab5e279 (patch) | |
tree | a88c0c6f8f02c1bd562e2a59ef7dcc63aef01b51 /npc | |
parent | 2093d370ff1893ce153459fdd9a7f282feef65cd (diff) | |
download | serverdata-ce3385ea46854267e0f535441e42cea40ab5e279.tar.gz serverdata-ce3385ea46854267e0f535441e42cea40ab5e279.tar.bz2 serverdata-ce3385ea46854267e0f535441e42cea40ab5e279.tar.xz serverdata-ce3385ea46854267e0f535441e42cea40ab5e279.zip |
Shop changes (Neko and Nylo), mostly switch (open)<->shop
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/neko.txt | 6 | ||||
-rw-r--r-- | npc/005-5/nylo.txt | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 10375ec08..24ec82a79 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -1,13 +1,15 @@ // TMW-2 Script // Author: // Saulc +// Jesusalva // Description: -// Another shopkeeper +// Another shopkeeper which babbles about Jean Shorts, how Cave Snake drops them +// and encourage players to find it 003-1,103,106,0 script Neko NPC_PLAYER,{ hello; -openshop; +shop .name$; close; OnInit: diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index baf6a8b40..4a328bbc0 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -149,7 +149,7 @@ case 1: break; case 2: - shop "Nylo#Beer"; + openshop "Nylo#Beer"; break; case 3: nylo_explain; |