diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 18:26:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 18:26:02 -0300 |
commit | 048f06dfbd0ce99847cf145638161f212b45d682 (patch) | |
tree | 4f107fd74130c95f9124e5198ad5a6f406fc6444 /npc/020-7-1 | |
parent | 2170d2312af238debbae1be7d2bd436384d339d3 (diff) | |
download | serverdata-048f06dfbd0ce99847cf145638161f212b45d682.tar.gz serverdata-048f06dfbd0ce99847cf145638161f212b45d682.tar.bz2 serverdata-048f06dfbd0ce99847cf145638161f212b45d682.tar.xz serverdata-048f06dfbd0ce99847cf145638161f212b45d682.zip |
Placeholders stage 2
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: |