diff options
Diffstat (limited to 'npc/020-7-1')
-rw-r--r-- | npc/020-7-1/sage.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt index fcb4e2c6c..eccff6122 100644 --- a/npc/020-7-1/sage.txt +++ b/npc/020-7-1/sage.txt @@ -9,9 +9,20 @@ // Oskari: Need to be placed somewhere here (on this file) -020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGEWORKER_MA,{ +020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGE,{ + .@cindy=($@CINDY_STATE < gettimetick(2)); mesn l("Nikolai, the Blue Sage"); - mes l("The big boss"); + if (is_night()) + .@t$=l("Good evening"); + else + .@t$=l("Good morning"); + mesq .@t$ + l(", my name is Nikolai. I am a sage, and the owner of this place."); + next; + mesn l("Nikolai, the Blue Sage"); + mesq l("Not only that, but I am also Angela's husband and Nivalis Mayor. If you have any issues, you can go straight to me."); + if (.@cindy) { + mesc l("Nikolai takes a sweat of his head. He seems worried with Cindy."); + } close; OnInit: |