- Joined
- Aug 18, 2017
- Messages
- 2
If you edit a melee map, is there any way to make the AI attack the new/edited creeps and build/cut down the new trees & gold mines implemented?
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.
This thread is about AI making.does anyone know how to get map editor when it doesn't show up when you download wc3
call BuildExpansion (TOWN_HALL, TOWN_HALL)
function UpdateConditions takes nothing returns nothing
set gCond_Need_Town_Hall = ( ( GetUnitCount( TOWN_HALL ) ) < 2 )
endfunction
if gCond_Need_Town_Hall then
call BuildExpansion (TOWN_HALL, TOWN_HALL)
endif
