
Add given code to inside here: "%UserProfile%\Documents\Warcraft III\CustomMapData\PumpkinTD\DontDelMe_AutoLoadLatest.pld"
ORIGINAL
function PreloadFiles takes nothing returns nothing
call PreloadStart()
call Preload( "" )
call BlzSetAbilityTooltip(1097690227, "-", 0)
//" )
call Preload( "" )
endfunction
function a takes nothing returns nothing
//" )
call PreloadEnd( 0.0 )
endfunction
EDIT
function PreloadFiles takes nothing returns nothing
call PreloadStart()
call Preload( "" )
call BlzSetAbilityTooltip(1097690227, "-load (YOUR CODE HERE)", 0)
//" )
call Preload( "" )
endfunction
function a takes nothing returns nothing
//" )
call PreloadEnd( 0.0 )
endfunction