Example #1
0
"><?php 
echo numecho($this->s->goldStolen);
?>
 Gold</p>
					<? }
						else { ?>
						<p style="color:<?php 
echo $this->s->weaponamount > 0 ? 'green' : 'red';
?>
">
						<?
						numecho($this->s->weaponamount); echo ' ';
						$w = new Weapon();
						$w->weaponId = $this->s->weapontype2;
						$w->isAttack = $this->s->weapontype;
						echo $w->getName(); 
						?></p>
					<? } ?>
					<p>While on this mission, the <?php 
echo $pngt;
?>
 had to take 
						<span style="color:<?php 
echo $this->s->hostages > 0 ? 'green' : 'red';
?>
"><? numecho($this->s->hostages) ?></span>
						<?php 
echo ngt('hostage', 'hostages', $this->s->hostages);
?>
					</p>