Posted by The Mad Cacti on 2/19/2005, 5:12 am, in reply to "problem with tags" But, you don't need to use plotscripts to do this: After the question textbox, link to textbox 134. But,in box 134's conditionals, set it to go to textbox 193 INSTEAD if the tag is on. --Previous Message--
218.101.69.24
I would guess that textboxs 193 and 134 are also changing the tag. Check this.
: I made a simple yes/ no question. If the player answer
: yes the npc display text box 197 and if the player
: answer no the Npc display text box 134.
:
: My problem is that the Npc display text box 197 and
: after text box 134.
:
: But the main strange thing is that when I change the
: tag, the npc displays nothing at all except the text
: box with the question.
:
: Here is my ploscript.
:
: if (check tag(tag: explain potion)==ON)
: then, begin
: show text box (193)
: wait for text box
: end
:
: if (check tag(tag: explain potion)==OFF)
: then, begin
: show text box (134)
: wait for text box
: end
:
: Could somoene try to explain me what's happenning ?
: Thanks very much for the help !
:
Message Thread:
![]()
« Back to thread