diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-10 13:30:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-10 13:30:59 -0300 |
commit | 7bd4002f4e57b5cb0820418027f053d4d1c11e63 (patch) | |
tree | 625ff45a55615b82e73cc69faa3eb3c7a9004187 | |
parent | f0317681ee945592874fdabf1153612b32faa3c6 (diff) | |
download | serverdata-7bd4002f4e57b5cb0820418027f053d4d1c11e63.tar.gz serverdata-7bd4002f4e57b5cb0820418027f053d4d1c11e63.tar.bz2 serverdata-7bd4002f4e57b5cb0820418027f053d4d1c11e63.tar.xz serverdata-7bd4002f4e57b5cb0820418027f053d4d1c11e63.zip |
The first time you talk to trainer, teach about scrolling D:
-rw-r--r-- | npc/005-7/trainer.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 21609189c..5fcc6eb3b 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -41,6 +41,8 @@ L_Begin: L_PreMenu: mesn; mesq l("Do you need my help?"); + if (!getq(CandorQuest_Trainer)) + tutmes l("You might need to scroll down to see all dialogue options in some NPCs. Try it!"); next; goto L_Menu; |