diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:11:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:11:12 -0300 |
commit | 5c8f962f3136d6cb724782e4d83ddcd8d6bc1f69 (patch) | |
tree | 4db622a437ec97b043f4e4c778f61f91020c3aba /npc/002-1/alige.txt | |
parent | 129c9216c35b5a5b8ecbc6136cb543e1bbe16062 (diff) | |
download | serverdata-5c8f962f3136d6cb724782e4d83ddcd8d6bc1f69.tar.gz serverdata-5c8f962f3136d6cb724782e4d83ddcd8d6bc1f69.tar.bz2 serverdata-5c8f962f3136d6cb724782e4d83ddcd8d6bc1f69.tar.xz serverdata-5c8f962f3136d6cb724782e4d83ddcd8d6bc1f69.zip |
Initial version of Alige (without a quest, just to save changes)
Diffstat (limited to 'npc/002-1/alige.txt')
-rw-r--r-- | npc/002-1/alige.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 18a9063ac..862003290 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -15,6 +15,22 @@ mesn; mesq lg("Hey, dude! The guards are after me. I need your help, and I can reward you."); next; + mesn strcharinfo(0); + menu + l("Guaaaards! Sailors! Help! We have a stowaway!"), L_Revolt, + l("Not right now, I'm busy."), L_Close, + l("Did you said reward?!"), L_GoGo; + +L_Revolt: + message strcharinfo(0), l("Guaaaards! Sailors! Help! We have a stowaway!"); + mesn; + mesq l("No, please don't! I have 3 kids to feed. They are looking for me for contraband. Please, let me go!"); + close; + +L_Close: + close; + +L_GoGo: mesn; mesq l("But... I need to solve a problem first. So please come back later."); close; |