iLiskarm-JudgementCut icon

JudgementCut

JudgementCut in TitanFall2.I AM THE STORM THAT IS APPROOOOOOOOOOACHING.

Last updated 2 hours ago
Total downloads 3
Total rating 1 
Categories Server-side
Dependency string iLiskarm-JudgementCut-1.0.0
Dependants 0 other packages depend on this package

README

USE Judgement Cut in your server!

Press E to use the regular version and Q to use the SP version. 

I have added usage restrictions to prevent you from using them too many times at the same time. 

Please add the global function to the appropriate location according to your actual needs.

e.g. 

var function OnWeaponPrimaryAttack_XXX( entity weapon, WeaponPrimaryAttackParams attackParams )
{
    entity player = weapon.GetWeaponOwner()
    entity soul = player.GetTitanSoul()

    coolswordatk(player) //or spcoolswordatk(player) for SP version ,:D
    ....

}