Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_itemfind.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 发现了物品 <span class="yellow"><?php echo $itm0?></span>,类型:<?php echo $itmk0_words?>
3 <?php if(($itmsk0) && !is_numeric($itmsk0)) { ?>
4 ,属性:<?php echo $itmsk0_words?>
5 <?php } ?>
6 ,效:<?php echo $itme0?>,耐:<?php echo $itms0?>。
7 <br>
8 <br>
9 你想如何处理?
10 <br>
11 <input type="hidden" id="mode" name="mode" value="itemmain">
12 <input type="hidden" id="command" name="command" value="itemget">
13 <input type="button" class="cmdbutton" name="itemget" value="拾取" onclick="postCmd('gamecmd','command.php');this.disabled=true;"><br><br>
14 <input type="button" class="cmdbutton" name="dropitm0" value="丢弃" onclick="$('command').value='dropitm0';postCmd('gamecmd','command.php');this.disabled=true;">
value
Definition: 1_alive.tpl.php:10