57 lines
1.7 KiB
C
57 lines
1.7 KiB
C
static const char *const k1IntroStringsDOSCDDemoEnglish[51] = {
|
|
"This is a text test - 1",
|
|
"This is a text test - 2",
|
|
"Greetings, Kallak...",
|
|
"...Powerful leader of the Royal Mystics!",
|
|
"Did I frighten you?",
|
|
"Malcolm!",
|
|
"I heard yesterday of your escape.",
|
|
"And have expected you before now.",
|
|
"Why would I rush?",
|
|
"I rule this land!",
|
|
"Your puny curse restrains me naught.",
|
|
"So, slay me now!",
|
|
"I have little magic left.",
|
|
"I mean to harm you, have no doubt...",
|
|
"...Now you are stone...",
|
|
"...Yet I leave your eyes.",
|
|
"I shed no tears for Kyrandia...",
|
|
"...But cannot deny you yours.",
|
|
"Malcolm the Jester has broken free!",
|
|
"He now controls the Kyragem...",
|
|
"...source of all magic in Kyrandia!",
|
|
"",
|
|
"How dare you trip ME!",
|
|
"But no, something special for you...",
|
|
"A humorous hex!",
|
|
"But I shall give fair warning.",
|
|
"Don't jump on THAT tree!",
|
|
"Don't climb up THAT tree little squirrel!",
|
|
"Boo!",
|
|
"Tis funnier that way...",
|
|
"...Is it not?",
|
|
"Ha ha ha...",
|
|
"Aren't fingers wonderful?",
|
|
"It's great to be alive!",
|
|
"Brandon!",
|
|
"Grandfather! We did it!",
|
|
"No! YOU did it!",
|
|
"Long live King Brandon!",
|
|
"Long live the Royal Mystics!",
|
|
"Now, let's go put Kyrandia back together!",
|
|
"Good idea!",
|
|
"As my first Royal Proclamation...",
|
|
"I name sandals as the official footwear of Kyrandia!",
|
|
"Well done, Brandon!",
|
|
"The Land no longer weeps...",
|
|
"And your friends have been restored!",
|
|
"Dear Brynn...",
|
|
"Malcolm has broken free!",
|
|
"Soon he will come for me.",
|
|
"Please help Brandon...",
|
|
""
|
|
};
|
|
|
|
static const StringListProvider k1IntroStringsDOSCDDemoEnglishProvider = { ARRAYSIZE(k1IntroStringsDOSCDDemoEnglish), k1IntroStringsDOSCDDemoEnglish };
|
|
|