Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: xdferpc
I want to move a trigger_hurt or a trigger_multiple that will hurt the player
I tried with trigger_use to move a tigger_hurt
but it does not move.
-Here the script used :
I don´t kow if this fine
- image link Radiant
thanks for the help ;)
ModmeBot:
Reply By: Symbo
Hello.
I would spawn a model at the origin of the trigger, link the trigger to it, then move the model.
i think this is the using you need
ModmeBot:
Reply By: xdferpc
Symbo
Hello. I would spawn a model at the origin of the trigger, link the trigger to it, then move the model. model = util::spawn_model( "tag_origin", trigger2.origin, trigger2.angles ); trigger2 enablelinkto(); trigger2 linkto(model); i think this is the using you need #using scripts\zm\_zm_utility;