Frictional Games Forum (read-only)

Full Version: Only show a message when interacting with a note and when interacting again show it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when the player interacts with the note only the message shows up. and only when he interacts with it again, the message will show.

how can i do that? i already tried to disable interaction but as i expected i can interact with it at all.
u could use a sign area
it displays a message and by code you can add an interaction callback
Amn's suggestion is a good one, since you can disable and re-enable sign areas very easily.

You can also use the SetMessage, which gives can be triggered when the player clicks on the object and can have a duration to display its message for, while sign areas show their message as long as the player looks at them.

The best choice depends on what exactly is going on in your game.