67 lines
2.6 KiB
Ucode
67 lines
2.6 KiB
Ucode
// ====================================================================
|
|
// Class: GamePlay.ActionMessage_SubTitle
|
|
// Parent: GamePlay.ActionMessage
|
|
//
|
|
// <Enter a description here>
|
|
// ====================================================================
|
|
|
|
class ActionMessage_SubTitle extends ActionMessage;
|
|
|
|
var localized float Delays[32];
|
|
|
|
static function float GetLifeTime(int Switch)
|
|
{
|
|
if (default.Delays[switch]==0.0)
|
|
return default.LifeTime;
|
|
else
|
|
return default.Delays[Switch];
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
Messages[0]="How do I look?"
|
|
Delays[0]=4
|
|
Messages[1]="Not as good as me baby..."
|
|
Delays[1]=4
|
|
Messages[2]="Well fans here we are for another edition of the bloodiest sport in the Galaxy. A tournament where the winners become gods and the losers pay the ultimate price!"
|
|
Delays[2]=8
|
|
Messages[3]="THERE THEY ARE! Once they were rivals, but now they're one of the fiercest teams around."
|
|
Delays[3]=8
|
|
Messages[4]="That's right. Nothing beats experience and each one of these three brings loads of it to the table."
|
|
Delays[4]=8
|
|
Messages[5]="Look at Malcolm! Now there's a guy who can really keep his cool in a fire-fight."
|
|
Delays[5]=8
|
|
Messages[6]="That Brock. He's as dangerous to the ladies OUT-side the ring as he is to his foes IN-side!"
|
|
Delays[6]=8
|
|
Messages[7]="I love watching Lauren. She's such a little....bundle of energy."
|
|
Delays[7]=8
|
|
Messages[8]="Yeah right.....you like watching Lauren for her energy."
|
|
Delays[8]=8
|
|
Messages[9]="This time he's MINE!!"
|
|
Delays[9]=8
|
|
Messages[10]="AAGGGHHHHRRRR"
|
|
Delays[10]=8
|
|
Messages[11]="You d'man Gorge! You rock! Yeah baby, com'on, now, you d'man dude!"
|
|
Delays[11]=8
|
|
Messages[12]="MAAAALLLCOOOOOMMM!"
|
|
Delays[12]=8
|
|
Messages[13]="Oh, man, did you see that?"
|
|
Delays[13]=8
|
|
Messages[14]="I tell you Jim, that Gorge, he just has no respect for his fans."
|
|
Delays[14]=8
|
|
Messages[15]="Well, I think he is still pissed about that new scar on his face, courtesy of Malcolm in their last match."
|
|
Delays[15]=8
|
|
Messages[16]="Yea, I think he is looking for a little PAYBACK."
|
|
Delays[16]=8
|
|
Messages[17]="Yep, it should be a good one tonight."
|
|
Delays[17]=8
|
|
Messages[18]="Since Malcolm's team are the reigning champs, they get to choose tonight's arena."
|
|
Delays[18]=8
|
|
Messages[19]="Looks like it's gonna be... Kalendra Icefields."
|
|
Delays[19]=8
|
|
Messages[20]="Awww Yeah, I love this arena, Malcolm does really well here."
|
|
Delays[20]=8
|
|
Messages[21]="Tonight's match oughta be a real blood-bath."
|
|
Delays[21]=8
|
|
|
|
} |