1. How do you make a trigger where it says something when you shoot a certain place.
Announcement
Collapse
No announcement yet.
Trigger Question
Collapse
X
-
Look in the actors browser, you wil find the trigger class (hope so), open it, take trigger.
Ad it to the map. I you want that it is shootable, go in its properties to collision. Turn zeroextend.... to true (and nonzero... to false, if you want it to react on player proximity, leave it the other way round.
I think you have to change the triggertype to TT_Shoot(its in the props under trigger), default is playerproximity.
Place a unique name in Events> events.
You can trigger something else if you put this name in its Events>tag
If you want to display a message:
In properties Trigger>message
Here you can also select a damage treshold (don“t make it to high 5-20)
All the important prop are here, just play around.
Comment
Comment