Jump to content
Sign in to follow this  
A-SUICIDAL

Local Trigger Hint Question

Recommended Posts

I'm trying to make a repeating trigger that will give a hint that can only be seen by the player that steps into the trigger radius. I thought that by adding "vehicle player == player" as one of the trigger conditions might work, but I am not sure since I have not had the chance to test it yet.

Condition:

this && vehicle player == player

Will this show a hint to only the player that steps into the trigger? if not, then how would I do this?

Share this post


Link to post
Share on other sites

Probably not since it only checks if the player is the player or if he's inside a vehicle.

Try this

player in thisList

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×