diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
commit | 4e6774e4173eccff9d0b51b45fe2af07e682e67d (patch) | |
tree | 9f2d1c6e3c28343f601247bb9db557a45317fb3c /npc/events/valentinesday.txt | |
parent | e7a4ce6eb8222a4abba8ee44d318c1d803c79797 (diff) | |
download | hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.gz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.bz2 hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.xz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.zip |
* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and whisper system documentation (doc\whisper_sys.txt)
* Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt)
* Minor cleaning - spacing, tabulation, comments, dividers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/valentinesday.txt')
-rw-r--r-- | npc/events/valentinesday.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 519ccb350..c6941016d 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -15,7 +15,8 @@ //= 1.1 Cleaning. [Euphy] //============================================================ -// Stephen - Valentine Event Chocolate seller ------------------ +// Stephen - Valentine Event Chocolate seller +//============================================================ alberta,26,243,4 script Stephen 58,{ mes "[Stephen]"; mes "Guess what I've got?"; @@ -58,7 +59,8 @@ alberta,26,243,4 script Stephen 58,{ close; } -// Jainie -- Gives information about Valentine Event ------------------------ +// Jainie -- Gives information about Valentine Event +//============================================================ alberta,29,243,4 script Jainie 53,{ mes "[Jainie]"; mes "You know what? The chocolate that my boyfriend sells are from me!"; @@ -81,7 +83,8 @@ alberta,29,243,4 script Jainie 53,{ close; } -// Carl Orleans -- Valentine Event Chocolate maker ------------------ +// Carl Orleans -- Valentine Event Chocolate maker +//============================================================ prt_castle,54,34,4 script Carl Orleans 47,{ mes "[Carl Orleans]"; mes "Yes?"; |