mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-23 08:17:51 -05:00
Added MW3 Scripts
This commit is contained in:
28
MW3/Xbox/SP/animscripts/traverse/step_up_32.gsc
Normal file
28
MW3/Xbox/SP/animscripts/traverse/step_up_32.gsc
Normal file
@ -0,0 +1,28 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: animscripts\traverse\step_up_32.gsc
|
||||
* Game: Call of Duty: Modern Warfare 3
|
||||
* Platform: Console
|
||||
* Function Count: 2
|
||||
* Decompile Time: 44 ms
|
||||
* Timestamp: 10/27/2023 2:29:34 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
if(self.type == "dog")
|
||||
{
|
||||
animscripts/traverse/shared::func_3AFD(32,5);
|
||||
return;
|
||||
}
|
||||
|
||||
low_wall_human();
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
low_wall_human()
|
||||
{
|
||||
var_00 = [];
|
||||
animscripts/traverse/shared::func_3AEF(var_41);
|
||||
}
|
Reference in New Issue
Block a user