| | |
| | | #---------------------------------------------------------------------
|
| | | #导入
|
| | | import GameWorld
|
| | | import GameObj
|
| | | #---------------------------------------------------------------------
|
| | | #全局变量
|
| | | #---------------------------------------------------------------------
|
| | |
| | | resultDisc = {
|
| | | 'Result' : '1' ,
|
| | | 'DictName' : 'GY_Query_Offline_ViewAttribute' ,
|
| | | 'Hp' : '%s'%(curFindPlayer.GetHP()) ,
|
| | | 'Hp' : '%s'%(GameObj.GetHP(curFindPlayer)) ,
|
| | | 'Mp' : '%s'%(curFindPlayer.GetMP()) ,
|
| | | 'FreePoint': '%s'%(curFindPlayer.GetFreePoint()),
|
| | | 'BaseSTR' : '%s'%(curFindPlayer.GetBaseSTR()) ,
|