I am getting an "invalid type specification" spawner error when I try to use #YFILL. I tried a simple entry like
#YFILL orc
and am still getting. Is there an installation skip I am missing, or something even simpler?
the syntax for the # spawn control keywords was changed to require a semicolon. So it needs to look like
#YFILL ; orc
Is that semicolon new, because the original documents I have did not show it included?
that was changed in v3.10
QUOTE |
- added the ability to specify multiple spawn control keywords in a single entry by separating them with semicolons. This also adds the requirement that all # spawn control keywords be separated from the main spawn entry with a semicolon and not just white space.
|
Thanks Arte. Guess I need to update my docs. Thanks. You are the best!