Dragon-Knight/templates/fight.php

15 lines
299 B
PHP
Raw Permalink Normal View History

<?php
$template = <<<THEVERYENDOFYOU
<table width="100%">
<tr><td class="title"><img src="images/title_fighting.gif" alt="Fighting" /></td></tr>
<tr><td>
2024-12-12 11:28:19 -06:00
You are fighting a <b>{{monstername}}</b><br><br>
{{monsterhp}}
{{yourturn}}
{{monsterturn}}
{{command}}
</td></tr>
</table>
THEVERYENDOFYOU;
2024-12-12 11:28:19 -06:00
?>