summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/The_Sign_Quest.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index 6972bbf6c..1a9840ade 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -28,8 +28,11 @@ OnInit:
set $timezonestring$,"^FF0000GMT^000000";
//= This variable determines whether the "sign_xx.bmps" will be used or
-//= if raw text will be used in the 'Sign::GeffeniaSigns' script. Set it to
-//= 0 if you want to use text.
+//= if raw text will be used in the 'Sign::GeffeniaSigns' script.
+//= Set it to 0 if you want to use text.
+//= The bmp's are in the language of your client. If you are using a
+//= kRO Client, you may want to download the English bmp's available in
+//= the Texture.rar at http://mrmagoo.psiblade.net/translation/index.php?section=downloads
set $signbmps,1;
}