diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:41:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:41:51 -0300 |
commit | 8acd37cf47fc9d924f1593b5c92803f8957d45c2 (patch) | |
tree | e5206bb114aaac28f9b104b7d0212f7eeb8c3c1c | |
parent | 459efd135ea8197bfeabce591c6d9b92af39b224 (diff) | |
download | serverdata-8acd37cf47fc9d924f1593b5c92803f8957d45c2.tar.gz serverdata-8acd37cf47fc9d924f1593b5c92803f8957d45c2.tar.bz2 serverdata-8acd37cf47fc9d924f1593b5c92803f8957d45c2.tar.xz serverdata-8acd37cf47fc9d924f1593b5c92803f8957d45c2.zip |
I hate col() function
-rw-r--r-- | npc/003-1/oldwell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt index bf57b2a4f..b78a22c55 100644 --- a/npc/003-1/oldwell.txt +++ b/npc/003-1/oldwell.txt @@ -7,7 +7,7 @@ 003-1,53,144,0 script Old Well#003-1 NPC_NO_SPRITE,{ - mes col("You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle), 9); + mes l("##9You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle)); input .@count; if (.@count == 0) |