a flooritem text activated by a trigger is printed, even if you are not walking on the tile where the text is located.
here's an example (the text is under the grate).
http://redribbon.planet-d.net/dm/text.txt
GAME : problem with flooritem text
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

Do you intend to display the floortext only when two conditions are met (pressed switch and party on grate)?
If so, I suggest you to add one counter=2 and connect the switch trigger and party trigger (on grate) to the counter. The trigger should be set with "constant weight" parameter (and with "disable self" if you intend to display this text only once).
I hope this will work as you expect.
Pedro
If so, I suggest you to add one counter=2 and connect the switch trigger and party trigger (on grate) to the counter. The trigger should be set with "constant weight" parameter (and with "disable self" if you intend to display this text only once).
I hope this will work as you expect.
Pedro
I wasn't aware that this is a bug 
Moreover, I used this feature in several places in my dungeon because it seemed to be more convenient to make multi-text tiles (first step displays first text, second step displays second text, etc.). If this is a bug I will have to change it all (or not use a newer version).
Pedro

Moreover, I used this feature in several places in my dungeon because it seemed to be more convenient to make multi-text tiles (first step displays first text, second step displays second text, etc.). If this is a bug I will have to change it all (or not use a newer version).
Pedro
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
- linflas
- My other avatar is gay
- Posts: 2445
- Joined: Tue Nov 04, 2003 9:58 pm
- Location: Lille, France
- Contact:
dunno... items formally named "flooritem texts" must be viewed when you walk on the corresponding tile, and only when you're on it.
i always add a destroy trigger on the same tile of the flooritem text, so that it can be viewed once except if you want a permanent description each time you enter a special area (as seen in Conflux 2 for example).
here's my suggestion : forget this bug, keep this useful behaviour, add a boolean -disable self- value to the -flooritem text- class.
i always add a destroy trigger on the same tile of the flooritem text, so that it can be viewed once except if you want a permanent description each time you enter a special area (as seen in Conflux 2 for example).
here's my suggestion : forget this bug, keep this useful behaviour, add a boolean -disable self- value to the -flooritem text- class.