- Joined
- Aug 7, 2013
- Messages
- 1,342
Hi,
I tried reading the Grimex manual for ConstantMerger. I simply want to import the constants/changes to game interfaces.
I followed the syntax on the manual, but I get an error claiming neither of these files exist.
How do I import constants and game interface stuff correctly using these external calls?
(the code above produces an error, claiming both files don't exist. This is false as I've verified it myself by staring at the files in the correct directory...)
I tried reading the Grimex manual for ConstantMerger. I simply want to import the constants/changes to game interfaces.
I followed the syntax on the manual, but I get an error claiming neither of these files exist.
How do I import constants and game interface stuff correctly using these external calls?
JASS:
//! external ConstantMerger C:\Users\seth\mmrpg\map_constants\war3mapMisc.txt
//! external ConstantMerger C:\Users\seth\mmrpg\map_constants\war3mapSkin.txt
(the code above produces an error, claiming both files don't exist. This is false as I've verified it myself by staring at the files in the correct directory...)