Closed Argent77 closed 2 months ago
I'll see what I can do.
It's probably just a matter of removing these entries: https://github.com/WeiDUorg/weidu/blob/d2441fb71f6e08b22e747684c3c53c0a3fcb123b/src/bcs.ml#L659-L660 and https://github.com/WeiDUorg/weidu/blob/d2441fb71f6e08b22e747684c3c53c0a3fcb123b/src/bcs.ml#L666-L667
That seems to be the case, yes. Thank you. Fixed in 23f9507cfef5869c1cadd6fc8030aeeb02a82ac9.
The parameters of the following script actions are incorrectly encoded in IWD1 and PST script style.
Unlike Name/Area parameters in
SetGlobal()
and similar actions these are not combined into a single string but instead always encoded as two separate strings.Example script:
Current (incorrect) code:
Expected code: