mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-07-08 06:37:51 -05:00
Added AW, BO2, Ghosts, IW, MWR, WW2 Scripts
This commit is contained in:
20
AW/PC/SP/animscripts/traverse/ladder_up.gsc
Normal file
20
AW/PC/SP/animscripts/traverse/ladder_up.gsc
Normal file
@ -0,0 +1,20 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: animscripts\traverse\ladder_up.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 1
|
||||
* Decompile Time: 42 ms
|
||||
* Timestamp: 10/27/2023 1:53:50 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
if(isdefined(self.type) && self.type == "dog")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
animscripts\traverse\shared::dovariablelengthtraverse(undefined,%ladder_climbup,%ladder_climboff,"noclip","crouch","run");
|
||||
}
|
Reference in New Issue
Block a user