Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: KillJoyYT
is there a script to make a trig_hurt disappear by shooting a trig_damage?
thanks :p
ModmeBot:
Reply By: mathfag
ModmeBot:
Reply By: KillJoyYT
Ok so something like this?
but trig_hurt doesn't have a targetname? so do I add the targetname as a kvp? or is there another way?
ModmeBot:
Reply By: Harry Bo21
dunno why you guys always use loop theres a 100% chance of breaking from
the reason for loops is to skip back to the start if conditions werent met, not just "any time you use a triggers notify"
ModmeBot:
Reply By: KillJoyYT
Okay I understand what a loop is but I don't understand what in the function makes it loop?
is it the while? or break?
thanks
ModmeBot:
Reply By: ihmiskeho
KillJoyYT
Okay I understand what a loop is but I don't understand what in the function makes it loop? is it the while? or break? thanks
ModmeBot:
Reply By: KillJoyYT
thank you I understand now