'the orc suddenly appears.'
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1400 c06c8d41-db1a-0410-9941-cceddc491573
ZPE6VZEG2HBMBTIFQAE5OT4JHVUIIKLP767TD6ADPCLHI6G2KA5AC
3QLM46S44Z7GDLWPH3VHBMW2RSWZAOLGJMG2BDKNGUOZIM4IX6WAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
simple_monster_message(monster, " appears out of thin air!");
simple_monster_message(monster, " appears out of thin air!", MSGCH_PLAIN, 0, DESC_CAP_A);
simple_monster_message(monster, " appears out of thin air!",
MSGCH_PLAIN, 0, DESC_CAP_A);
int channel = MSGCH_PLAIN, int param = 0);
int channel = MSGCH_PLAIN, int param = 0, description_level_type descrip = DESC_CAP_THE);
int channel = MSGCH_PLAIN, int param = 0,
description_level_type descrip = DESC_CAP_THE);
int channel, int param)
int channel, int param, description_level_type descrip)
int channel, int param,
description_level_type descrip)
ptr_monam(monster, DESC_CAP_THE), event );
ptr_monam(monster, descrip), event );