function Trig_testing_JASS_Actions takes nothing returns nothing
endfunction
//===========================================================================
function InitTrig_testing_JASS takes nothing returns nothing
set gg_trg_testing_JASS = CreateTrigger( )
call TriggerAddAction( gg_trg_testing_JASS, function Trig_testing_JASS_Actions )
call ThrallRemoveAbility(u,'Amov')
call ThrallRemoveAbility(u,'Aatk')
endfunction