git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1073 c06c8d41-db1a-0410-9941-cceddc491573
RCU52DRCPWJVQ6HME4QR6V6EVQWTBKZTPWDI47UGUDAUBPOO5YNAC
6HQB2N6N75R2RGKJFWRUN7WAC2PNGWQFXTII5DTRLTHZ2BOTMTVAC
7NDXS36TE7QVXTXJWMYSVG5UHCCLPIO4VL6NXFGTDK3ZNKE3A2IAC
77H4BWWPPGLM3PLZH4QTAJRXIZTSDVNCOKZE223I437FN2UJ34RQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
Q5SFQO7ANODRI6OXKHPFQ4QWKGQ367S64DPURQW2TWK7ANTYO4NQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
4XGOVPFCU6KZIYHKWCHUTZY6G5S326DKBG3UREPR34Q4TSDD3TAAC
result += "To the right, important properties of " EOL;
result += "the character are displayed. The most " EOL;
result += "basic one is your health, measured as " EOL;
snprintf(info, INFO_SIZE, "<white>HP: %d/%d<magenta>. ", you.hp, you.hp_max);
result += "To the right, important properties of \n";
result += "the character are displayed. The most \n";
result += "basic one is your health, measured as \n";
snprintf(info, INFO_SIZE, "<white>HP: %d/%d<magenta>. ",
you.hp, you.hp_max);
result += "These are your current out " EOL;
result += "of maximum health points. When health " EOL;
result += "drops to zero, you die. " EOL;
result += "These are your current out \n";
result += "of maximum health points. When health \n";
result += "drops to zero, you die. \n";
result += " is your energy for casting " EOL;
result += "spells, although more mundane actions " EOL;
result += "often draw from Magic, too. " EOL;
result += "Further down, <white>Str<magenta>ength, <white>Dex<magenta>terity and " EOL;
result += "<white>Int<magenta>elligence are shown and provide an " EOL;
result += "all-around account of the character's " EOL;
result += "attributes. " EOL;
result += " is your energy for casting \n";
result += "spells, although more mundane actions \n";
result += "often draw from Magic, too. \n";
result += "Further down, <white>Str<magenta>ength, <white>Dex<magenta>terity and \n";
result += "<white>Int<magenta>elligence are shown and provide an \n";
result += "all-around account of the character's \n";
result += "attributes. \n";
result += "</magenta>";
result += " " EOL;
result += " --more-- Press <white>Escape</white> to skip the basics" EOL;
result += " " EOL;
result += " " EOL;
result += "<lightgrey>";
result += " \n";
result += " --more-- Press <white>Escape</white> to skip the basics\n";
result += " \n";
result += " \n";