diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 19:15:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 19:15:29 +0100 |
commit | 4a40cd52377ca2bb24608a7c168ef7b531eb26d8 (patch) | |
tree | 413b592dccf9eec25cee8fbcb48b8d97cda36c24 | |
parent | 393b4f0930f46ddefc47ec2c96e74cd5b0710b01 (diff) | |
download | serverdata-4a40cd52377ca2bb24608a7c168ef7b531eb26d8.tar.gz serverdata-4a40cd52377ca2bb24608a7c168ef7b531eb26d8.tar.bz2 serverdata-4a40cd52377ca2bb24608a7c168ef7b531eb26d8.tar.xz serverdata-4a40cd52377ca2bb24608a7c168ef7b531eb26d8.zip |
Add emotes function on katja script.
-rw-r--r-- | npc/001-1/katja.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt index 3c742c5f..f53d3a8d 100644 --- a/npc/001-1/katja.txt +++ b/npc/001-1/katja.txt @@ -75,8 +75,8 @@ mes ""; mesn; mesq l("Great!"); + emotion 17; next; - // emote *epic* break; case 2: mes ""; @@ -86,6 +86,7 @@ mes ""; mesn; mesq l("Okay, I'll be here, if you change your mind."); + emotion 4; close; } |