diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-04 21:39:18 +0200 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-12 14:45:23 -0700 |
commit | 2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (patch) | |
tree | cae1c7f9c14e97c5bfb726bbf89321b2aeb0a8d9 /npc/025-4/julia.txt | |
parent | aa7b030995264b775bc3793aa2260b07e2275ede (diff) | |
download | serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.gz serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.bz2 serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.xz serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.zip |
Improved the script in all ways. Also improved some maps.
Diffstat (limited to 'npc/025-4/julia.txt')
-rw-r--r-- | npc/025-4/julia.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/025-4/julia.txt b/npc/025-4/julia.txt new file mode 100644 index 00000000..f4a053f0 --- /dev/null +++ b/npc/025-4/julia.txt @@ -0,0 +1,19 @@ +025-4.gat,89,21,0 script Julia 114,{ + + if (Rossy_Quest >= 17) goto L_End; + mes "[Julia]"; + mes "Oh, you saved me, thank you!"; + next; + mes "Here is a present for you."; + getitem "BunchOfParsley", 1; + getexp 5000, 0; + set Rossy_Quest, 17; + mes "I'm out of here now, come out from this horrible cave."; + close; + +L_End: + mes "[Julia]"; + mes "Come out from this horrible cave."; + close; + +} |