- Joined
- Aug 3, 2004
- Messages
- 710
library test
endlibrary
That's interesting. I'll see if I can reproduce it, but it's related to the extended setting named "Enable Custom Script Checking" which should be disabled in the "Extended Settings" menu. It should be disabled by default.When using WEX, it seems to have problems with vJass.
For example, the lines
Code:library test endlibrary
produce the error
View attachment 269250
This is a blank map, with no other triggers beyond the melee initialization. The empty library, and other vJass, compiles fine with NewGen. My game is version 1.27b.
It may be noteworthy that WEX will save properly with this trigger enabled. But if the trigger is disabled and I attempt to re-enable it, the error is produced and the trigger does not enable.