|
好啦好啦...我承认自己没天分就是了......
我自己写了段相当简单...真的是相当简单的.....英文...
如下
function trig_T1_Actions takes nothing returns nothing
call CreateUnitsAtloc('hfoo',player(0),location(0,0),30.00)
endfunction
function Inittrig_T1 takes nothing returns nothing
set gg_trg_new=CreateTrigger
call TriggerRegistertimerEventsingle(gg_trg_T1,2)
call TriggerAddAction(gg_trg_T1,function Trig_T1Actions)
endfunction
然后只要是我写的funciton中的内容全都报告错误...
cell createunitsAtloc('hfoo',player(0),location(0,0),30.00)
call TriggerRegistertimerEventsingle(,2,00)
call TriggerAddAction(gg_trg_T1,function Trig_T1Actions)
而且...全都是'错误的函数名'....难道我打错了...我自己对照一下貌似没有吧......到底我死在什么上了....
还有gg_trg_T1...什么的..那个gg_是什么.. |
|