HELP ME!

Started by tense
09/02/2018 01:52
Page 1 of 1
tense09/02/2018 01:52

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

JocA Banned09/02/2018 10:15

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?

Niukkis mapper09/02/2018 22:42

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

Page 1 of 1

Please log in to post replies.