Files
IL-GSC/AW/PC/animscripts/traverse/crouch_jump_down_40.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

25 lines
809 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: traverse\crouch_jump_down_40.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 28 ms
* Timestamp: 4/22/2024 1:59:12 AM
*******************************************************************/
//Function Number: 1
main()
{
self.desired_anim_pose = "crouch";
animscripts\utility::updateanimpose();
self endon("killanimscript");
self.a.movement = "walk";
self traversemode("nogravity");
var_00 = self getnegotiationstartnode();
self orientmode("face angle",var_00.angles[1]);
self setflaggedanimknoballrestart("stepanim",%jump_across_72,%body,1,0.1,1);
wait(0.15);
self traversemode("gravity");
animscripts\shared::donotetracks("stepanim");
}