Hey guys i have much dotA spells in JASS but they r no use to me because i understand only simple staff... So i want some 1 to agree to convert my spells from JASS to GUI(only spells that can be converted)... Gimme MSN or Skype so we can chat
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
LoL i don't steal i will ask him and I will give him credit in my map... LoL than what are the spells put there for? I rly don't like it in JASS. I'm not doing bad things i just want something like that in GUI
Lulz GUI takes 1337 times more time than Jass
jass is short and quick
function Trig_Untitled_Trigger_004_Func001A takes nothing returns nothing
call KillDestructable( GetEnumDestructable() )
endfunction
function Trig_Untitled_Trigger_004_Actions takes nothing returns nothing
call EnumDestructablesInCircleBJ( 128.00, GetUnitLoc(gg_unit_Obla_0106), function Trig_Untitled_Trigger_004_Func001A )
endfunction
//===========================================================================
function InitTrig_Untitled_Trigger_004 takes nothing returns nothing
set gg_trg_Untitled_Trigger_004 = CreateTrigger( )
call TriggerAddAction( gg_trg_Untitled_Trigger_004, function Trig_Untitled_Trigger_004_Actions )
endfunction
