Fallout Wiki
Advertisement
Fallout Wiki
Transcript

//===========================================================================
// Speech File for Unique Mission 24 - Uprising
// Version 1.0
// The format for the speech file is explained in the README.txt file in the
// speech file directory.
//
// A big pile of bodies appears on the ground outside a BOS bunker. When asked,
// the local guards will say "we had a brief civilian uprising, but we took care
// of it".
//===========================================================================

//===========================================================================
// Name: Mcarthy
// Role: Mcarthy is a guard who knows his job, and he does it without question.
//===========================================================================

name_CORE_GuardMcarthy = { Mcarthy the Guard }

//===========================================================================
// Situation A00: Floating text for Mcarthy
//---------------------------------------------------------------------------
MZ24_GuardMcarthy_A00 = { We had a little civil unrest... }
MZ24_GuardMcarthy_A01 = { We took care of it. }
MZ24_GuardMcarthy_A02 = { Nothing to see here. }
MZ24_GuardMcarthy_A03 = { Last time -THEY- complain, right? }
MZ24_GuardMcarthy_A04 = { They stepped out of line. }
MZ24_GuardMcarthy_A05 = { Hey, they started it. }

//===========================================================================
// Name: Hubert
// Role: Hubert is a guard who knows his job, but does whatever Mcarthy says.
//===========================================================================

name_CORE_GuardHubert = { Hubert the Guard }

//===========================================================================
// Situation A00: Floating text for Hubert
//---------------------------------------------------------------------------
MZ24_GuardHubert_A00 = { Damn straight. }
MZ24_GuardHubert_A01 = { They might of been armed for all we know. }
MZ24_GuardHubert_A02 = { We checked. They weren't carring anything good. }
MZ24_GuardHubert_A03 = { Fuck 'em. Civilian pukes (spits). }

Advertisement