summaryrefslogtreecommitdiff
path: root/npc/020-1_Nivalis/startrek.txt
blob: 5c8847ad4ce5564a949725f0043a74df6fd065d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//

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;
}

020-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;
}