- Joined
- Sep 26, 2009
- Messages
- 9,534
Yeah, this little punk.
Does the file have to be from my computer? I just want it to be an import from the internal "import" module.
Is this possible? I tried every combination of "use custom path".
None of the above methods worked.
Does the file have to be from my computer? I just want it to be an import from the internal "import" module.
Is this possible? I tried every combination of "use custom path".
JASS:
//! import zinc "file.zn"
//! import zinc file.zn
//After changing the file folder...
//! import zinc "zinc/file.zn"
//! import zinc zinc/file.zn
//! import "file.zn"
//! import "file"