[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Enigma-devel] Xml Scripting Questions
From: |
Karen Pouelle |
Subject: |
[Enigma-devel] Xml Scripting Questions |
Date: |
Tue, 21 Jun 2005 13:24:29 -0400 |
I'd like to fill a small rectangle of floor in XML level.
To fill whole floor, add fill tag in floor section like this:CODE
<floors>
<fill kind="fl-space"/>
</floors>
But how to fill just a small area, instead of entire level?
I read doc/enigma-ref.html#SEC6 but it doesn't yet say how.
To do a partial level floor fill, I could use the row command once
for each row if there is no way to do the partial fill.
Does anyone know?
I'm also noticing some parsing problems.
For instance, <! > tags are not ignored and
x='2' (using single quote instead of double)
causes error.
Karen "Pretzel"