Home | History | Annotate | Download | only in larn

Lines Matching refs:lprcat

42 		lprcat("\ndiagnostic failure\n");
46 lprcat("\n\nBeginning of DIAG diagnostics ----------\n");
55 lprcat("\f\nHere's the dungeon:\n\n");
65 lprcat("\f\nNow for the monster data:\n\n");
66 lprcat(" Monster Name LEV AC DAM ATT DEF GOLD HP EXP \n");
67 lprcat("--------------------------------------------------------------------------\n");
74 lprcat("\n\nHere's a Table for the to hit percentages\n");
75 lprcat("\n We will be assuming that players level = 2 * monster level");
76 lprcat("\n and that the players dexterity and strength are 16.");
77 lprcat("\n to hit: if (rnd(22) < (2[monst AC] + your level + dex + WC/8 -1)/2) then hit");
78 lprcat("\n damage = rund(8) + WC/2 + STR - c[HARDGAME] - 4");
79 lprcat("\n to hit: if rnd(22) < to hit then player hits\n");
80 lprcat("\n Each entry is as follows: to hit / damage / number hits to kill\n");
81 lprcat("\n monster WC = 4 WC = 20 WC = 40");
82 lprcat("\n---------------------------------------------------------------");
93 lprcat("\n\nHere's the list of available potions:\n\n");
96 lprcat("\n\nHere's the list of available scrolls:\n\n");
99 lprcat("\n\nHere's the spell list:\n\n");
100 lprcat("spell name description\n");
101 lprcat("-------------------------------------------------------------------------------------------\n\n");
104 lprcat(spelcode[j]);
108 lprcat("\n\nFor the c[] array:\n");
115 lprcat("\n\nTest of random number generator ----------------");
116 lprcat("\n for 25,000 calls divided into 16 slots\n\n");
128 lprcat("\n\n");
131 lprcat("Done Diagnosing . . .");
250 lprcat("\nRestoring . . .");
286 lprcat("Sorry, But your save file is for an older version of larn\n");
368 lprcat("\n\nI am so sorry, but your character is a little TOO good! Since this\n");
369 lprcat("cannot normally happen from an honest game, I must assume that you cheated.\n");
370 lprcat("In that you are GREEDY as well as a CHEATER, I cannot allow this game\n");
371 lprcat("to continue.\n");
385 lprcat("\nSorry, but your savefile has been altered.\n");
386 lprcat("However, seeing as I am a good sport, I will let you play.\n");
387 lprcat("Be advised though, you won't be placed on the normal scoreboard.");
403 lprcat("\nSorry, but your savefile can't be deleted. This can only mean\n");
404 lprcat("that you tried to CHEAT by protecting the directory the savefile\n");
405 lprcat("is in. Since this is unfair to the rest of the larn community, I\n");
406 lprcat("cannot let you play this game.\n");