Fragginborn Posted March 18, 2012 Share Posted March 18, 2012 I have an area that I want people to see but not enter. Is there a way to display a message when someone "touches" a collision marker? Is there a better way to accomplish this with something other than a collision marker? Thanks! Link to comment Share on other sites More sharing options...
fg109 Posted March 19, 2012 Share Posted March 19, 2012 For first question, you can try making a trigger box slightly larger than the collision marker. For the second question, I don't know. Link to comment Share on other sites More sharing options...
eltucu Posted March 19, 2012 Share Posted March 19, 2012 1. What fg109 said.2. No, i dont think so. Link to comment Share on other sites More sharing options...
Sunnie Posted March 19, 2012 Share Posted March 19, 2012 If you want to make some area visible but not reachable, use a collision plane or cube to block an entry way or surround the area, its really very simple. Link to comment Share on other sites More sharing options...
Korodic Posted March 19, 2012 Share Posted March 19, 2012 display a message while touching a collision marker? Yes you can. Use a trigger to stretch over the collision plane. add code to trigger. Link to comment Share on other sites More sharing options...
Recommended Posts