HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Are there more scripts like Blizzard.j to modify?

11-13-2002, 04:28 PM#1
Guest
Many of the scripts in Blizzard.j call other scripts that I can't find. For example, one function calls a script that checks for victory whenever a player's building is destroyed and I want to change it to only check for town halls.

Are there files other than the blizzard.j and common.j with similar scripts to edit?
11-13-2002, 06:19 PM#2
AIAndy
No, there are not (if you don't count the AI scripts).
The functions in blizzard.j only call functions in blizzard.j or natives declared in common.j (which you can't modify because they are hardcoded)
11-14-2002, 03:26 AM#3
Guest
yeah, it's those natives or whatever that I keep wanting to modify. If anyone figures out how, be sure to post it.