How to display text only if a player has seen a certain page?

jzipkin1812
Lol I'm a noob :wink:
Please answer me!!!

Anonynn
It's actually pretty easy.

You just have to "flag" it.

1. First go to the room that the player must see first.
2. Go to that room's "Attributes"
3. Go down to second column, click "Add"
4. New attribute, name it something like flag Boolean "False"
5. Add to the "Before Player Enters" script. Set Variable or Attribute, roomname.flag=True

Then go to the text you want to add and type... {if roomname.flag=True:blah blah blah}

Hope that helps! ((And I hope I didn't leave out any steps))

Pertex
I think he is talking about the gamebook mode. There is the build-in flag "visited" which you can use in the text processor something like

{if Page1.visited: I have seen Page1 before}

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums