Ah sorry forgout about the other stuff need to include in the request, here it is:
The save codes seems to save the hero's level, wood, gold, and inventory
I was wondering if someone could enable the map to beable to be played and saved on single player, and the cheats that I would like to have added to the map are
hero levels
gold
wood
and if possible to spawn all the items avaliable on the map, if this isnt possbile then maybe enable the map to be editable using WE unlimited to add the items
the map link is from epicwar
http://www.epicwar.com/maps/27386/
im a newbie at the jass stuff, but the jass in the war3map.j doesnt show the command, it seems to be shortened to 2 letters for example
function ed takes nothing returns nothing
if(vd())then
call DisableTrigger(RE)
call DisableTrigger(IE)
call DisplayTimedTextToForce(bj_FORCE_ALL_PLAYERS,30,"SinglePlayer is forbidden due to SaveCode Exploiting. Game will end in 5 Secs...")
call TriggerSleepAction(5.)
call ForForce(bj_FORCE_ALL_PLAYERS,function ZC)
else
call DestroyTrigger(GetTriggeringTrigger())
endif
endfunction