diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-22 08:37:30 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-22 08:37:30 +0000 |
commit | 19596fe33ef8d123398ff780e4741274bd59be9d (patch) | |
tree | c906a3204ce32ca70723793657ea4d4ba34e4aba /npc/snow-village/startrek.txt | |
parent | 0030d3987820182190cbd557d0d375848dadf5de (diff) | |
download | serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.gz serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.bz2 serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.xz serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.zip |
Some files set to use native end of line characters.
Diffstat (limited to 'npc/snow-village/startrek.txt')
-rw-r--r-- | npc/snow-village/startrek.txt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/snow-village/startrek.txt b/npc/snow-village/startrek.txt index b8437fe3..7630a296 100644 --- a/npc/snow-village/startrek.txt +++ b/npc/snow-village/startrek.txt @@ -1,17 +1,17 @@ -new_11-1.gat,79,77,0 script Kirk 133,{
-mes "[Capt. Kirk]";
-mes "Spock: We're breaking the prime directive.";
-mes "This is not the right way to have the first contact.";
-close;
-}
-
-new_11-1.gat,81,77,0 script Spock 134,{
-mes "[Spock]";
-mes "Live long and prosper captain.";
-next;
-mes "[Spock]";
-mes "trr...Spock to Scotty...";
-mes "Beam me to the elves village...";
-mes "I will hide there.";
-close;
-}
+new_11-1.gat,79,77,0 script Kirk 133,{ +mes "[Capt. Kirk]"; +mes "Spock: We're breaking the prime directive."; +mes "This is not the right way to have the first contact."; +close; +} + +new_11-1.gat,81,77,0 script Spock 134,{ +mes "[Spock]"; +mes "Live long and prosper captain."; +next; +mes "[Spock]"; +mes "trr...Spock to Scotty..."; +mes "Beam me to the elves village..."; +mes "I will hide there."; +close; +} |