<aside> ⚡ script "core_HazardTag_manager" (int atk_tid, int vic_tid, int time)
</aside>
This script can be used to manually apply hazard assist tags between players. Primarily useful for ACS based suctions that do no damage (which would otherwise apply hazard assist tags by default).
atk_tid
: int - The TID of the attacker.vic_tid
: int - The TID of the victim.<aside> 🚨 Although these two parameters are TIDs, you should only provide TIDs of players, not of any other non-player actor.
</aside>
time
: int - How many seconds the assist tag should last for. If this value is 0, it will pull the value of mm8bdm_sv_hazardtagtime
as a default.