Full Version : Issue with Type Spec using #YFILL
xmlspawner >>XMLSpawner - Discussion >>Issue with Type Spec using #YFILL


<< Prev | Next >>

DazedAndConfused- 04-09-2007
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?

ArteGordon- 04-09-2007
the syntax for the # spawn control keywords was changed to require a semicolon. So it needs to look like

#YFILL ; orc

DazedAndConfused- 04-09-2007
Is that semicolon new, because the original documents I have did not show it included?

ArteGordon- 04-09-2007
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.

DazedAndConfused- 04-13-2007
Thanks Arte. Guess I need to update my docs. Thanks. You are the best!