Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
DoomPhreak

Showing message with 'display to activator only' set to false

Recommended Posts

When you show a message, the "show" command has a "display to activator only" option that is set to false by default. And boy, have I run into problems with that. I have a lot of messages in my map, and some would show AT RANDOM TIMES AND PLACES when they are not even being triggered. A message in a module far, far away from the player would suddenly pop up in the player's current module.

This happen to audio objects too. I have 2D audio from a far-away module suddenly replacing the audio in the player's current module.

But when I set "display to activator only" to true, the problem goes away.

Now my problem becomes having to make the change in the untold number of messages and audios in my map!

Share this post


Link to post

Not sure if you're aware, but 2D audio and messages aren't module-based at all. 2D audio plays regardless where you are (versus 3D audio, which exists in "3D" space) and messages have nothing to do with modules--they just show on-screen whenever they're called upon.

That being said... is it possible that a monster is triggering them? Have you tried using player filters so that only players can activate the volume/pressure plate/whatever triggers them?

Share this post


Link to post

You're right on both counts. I was aware of the 2D/3D difference, but I missed the proper filter for the trigger, as per your second point.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×