- Joined
- Mar 3, 2006
- Messages
- 1,564
If I made and imported a custom BJ file, will it affect
bj_mapInitialPlayableArea
?bj_mapInitialPlayableArea
?what do you mean by import a custom bj file?
Depends on how much do you changed, removed and/or edited your custom blizzard.j
In fact, if you change it to your custom blizzard.j file, and you don't add that function, then... you have problems there.
TriggerRegisterAnyUnitEventBJ
Here's the best thing you can do:
Erase the entire Blizzard.j file except for:
TriggerRegisterAnyUnitEventBJ
The config and Init functions, and most of the useful globals.
I still believe its useless to edit it...instead of removing some shits and import the custom bj(thus increases the file size of your map), simply dont use them, no harm done...
I still believe its useless to edit it...instead of removing some shits and import the custom bj(thus increases the file size of your map), simply dont use them, no harm done...
globals
group bj_lastCreatedGroup = CreateGroup()
endglobals