Closed Monniasza closed 4 years ago
This code won't work, but it follows all guidelines: @PART[Some part]{ @name = Second name }
@PART[Some part]{ @name = Second name }
The ModuleManager stops interpreting name after the space.
It is not a bug with MM but with how the stock game parse cfg. You need to replace the space with a ?
This code won't work, but it follows all guidelines:
@PART[Some part]{ @name = Second name }
The ModuleManager stops interpreting name after the space.