diff options
Diffstat (limited to 'npc/020-1/startrek.txt')
-rw-r--r-- | npc/020-1/startrek.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/020-1/startrek.txt b/npc/020-1/startrek.txt index 72afe5e3..5c8847ad 100644 --- a/npc/020-1/startrek.txt +++ b/npc/020-1/startrek.txt @@ -1,11 +1,13 @@ -new_11-1.gat,79,77,0 script Kirk 133,{ +// + +020-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,{ +020-1.gat,81,77,0 script Spock 134,{ mes "[Spock]"; mes "\"Live long and prosper captain.\""; next; |