diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-07 22:33:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-07 22:33:55 -0300 |
commit | eec4652b973075e42ed87396d7e801fe38b0b6f5 (patch) | |
tree | 056b38506bab32d114ead837aff5f4fd87ebb0d2 /npc/080-1 | |
parent | 88a93e1214e78d15b8fc1713e6d04c99a9da3547 (diff) | |
download | serverdata-eec4652b973075e42ed87396d7e801fe38b0b6f5.tar.gz serverdata-eec4652b973075e42ed87396d7e801fe38b0b6f5.tar.bz2 serverdata-eec4652b973075e42ed87396d7e801fe38b0b6f5.tar.xz serverdata-eec4652b973075e42ed87396d7e801fe38b0b6f5.zip |
Failsafe
Diffstat (limited to 'npc/080-1')
-rw-r--r-- | npc/080-1/final.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt index b3cd0955..b7ab1d52 100644 --- a/npc/080-1/final.txt +++ b/npc/080-1/final.txt @@ -61,6 +61,7 @@ OnInit: sleep2(300); npctalk l("Alissa! You... You are alive!"), .@gak$; sleep2(2000); + setnpcdir(.@ali$, 4); // Fail-safe npctalk l("Of course I am alive, after you did that... That stupid thing! "), .@ali$; sleep2(2000); npctalk l("Did you forgot I can defend myself?!"), .@ali$; @@ -90,6 +91,7 @@ OnInit: sleep2(3000); npctalk l("Here, you can have this %s which Easter Bunny gave me.", b(l("Carrot"))), .@gak$; sleep2(3000); + setnpcdir(.@ali$, 0); // Fail-safe npctalk l("He said I could trade for a rare or even level up if I gave it to GM Santa..."), .@gak$; sleep2(3000); npctalk l("But Alissa is worth way more than that. You can have it."), .@gak$; |