Jfrye
Mapper, trying to learn scripting
Hey, Im having a small issue with a pitfall that will not change after someone goes down.
TFS 1.1 10.77
Item 3310 does not change to 3311 after you go down it. But 3311 will change to 3310 correctly. Does anyone know how to fix this so 3310 turns to 3311 as soon as the player enters?
TFS 1.1 10.77
XML:
<item id="3310" article="a" name="pitfall">
<attribute key="floorchange" value="down" />
</item>
<item id="3311" article="a" name="pitfall">
<attribute key="floorchange" value="down" />
<attribute key="decayTo" value="3310" />
<attribute key="duration" value="60" />
</item>
Item 3310 does not change to 3311 after you go down it. But 3311 will change to 3310 correctly. Does anyone know how to fix this so 3310 turns to 3311 as soon as the player enters?
Last edited by a moderator: