|
问题1:[codes=jass]set ua = CreateUnit(GetOwningPlayer(u),'n00I',lx,ly),0.00)[/codes]这句错?无效的变量数字类型?]
问题2.[codes=jass]
function Trig_001_Func002C takes nothing returns boolean
if ( not ( ***) ) then
return false
endif
if ( not (***) ) then
return false
endif
return true
endfunction
function Trig_001_Actions takes nothing returns nothing
if ( Trig_001_Func002C() ) then
else
endif
endfunction
//========分割线=========
function Trig_002_Actions takes nothing returns nothing
if ( not ( ***) ) then
if ( not (***) ) then
endif
endif
endfunction[/codes]上面2种写法哪个好? |
|