HELP ME!
Hi guys. I need help with entities.
I want to activate and deactivate a teleport and a trigger_hurt, per round.
Which entities should I use? Thanks friends
1year ago i was making and undestandig something like you need...cant remember how it funcionated'but entites which should help you are:
game_counter, multi_manager, trigger_multiply
im sure someone will tell you what to do exactly :)
p.s. for what do you need this?
As I understand, you want it to activate and deactivate once per restart? Or on spawn?
If on restart, it's quite simple.
You will need:
- trigger_once or trigger_auto
- trigger_changetarget
- multi_manager
- trigger_teleport
- trigger_hurt
trigger_once -> multi-manager -> changetarget -> changetarget 2
The first changetarget will change the keyvalue of your teleport trigger to your teleport target and the second one will change it back to a value that doesnt exist so that it won't trigger instantly but allows the trigger hurt to do its job.
use trigger_auto ONLY IF you want the trigger to activate immediately on server restart and trigger_once if you want it to activate at a specific spot
Please log in to post replies.