Closed
Description
I tried the -lua run argument in my map and it produced errors during the initialization. One of the issues I found is, that functions can return nil instead of the specified type, possibly leading to errors, when using the returned value.
code to reproduce: https://bin.wurstlang.org/ajosinetib.wurst
Could be related to #869