|
function Trig_Master_Farm_Func001A takes nothing returns nothing
if(Trig_Master_Farm_Func001Func001C())then
set udg_integers04[(1+GetPlayerId(GetOwningPlayer(GetEnumUnit())))]=(udg_integers04[(1+GetPlayerId(GetOwningPlayer(GetEnumUnit())))]+5)
call AdjustPlayerStateBJ(udg_integers04[(1+GetPlayerId(GetOwningPlayer(GetEnumUnit())))],GetOwningPlayer(GetEnumUnit()),PLAYER_STATE_RESOURCE_GOLD)
set udg_integers04[(1+GetPlayerId(GetOwningPlayer(GetEnumUnit())))]=0
endif
endfunction
这些怎么理解啊..如果需要其他资料,我可以再提供
我就想弄清楚这段语言说的是什么,谢谢了 |
|