OSDN Git Service

786116e24af55a46c62562dbaadca2b6936bac2e
[trpgtools-onweb/AjaxChat.git] / lib / consumer_rule.php
1 <?php
2 /*
3  * Ajax Chat for TRPG ver.2.5
4  * (c)2007-2009 Cake All rights reserved.
5  * Mail : cake_67@users.sourceforge.jp
6  * Home : http://trpgtools-onweb.sourceforge.jp/
7  */
8 require_once './lib/ini/trpgchat-ini-consumer.php';
9
10 /* レーティング表変換 */
11 function convert_sw_rating($rating, $dice_sum) {
12     return $GLOBALS['AJAX_CHAT_TRPG']['SW_RATING'][$rating][$dice_sum];
13 }
14
15 ?>