mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-10 18:27:57 -05:00
32 lines
711 B
Plaintext
32 lines
711 B
Plaintext
/*******************************************************************
|
|
* Decompiled By: Bog
|
|
* Decompiled File: animscripts\traverse\wall_hop.gsc
|
|
* Game: Call of Duty: Ghosts
|
|
* Platform: PC
|
|
* Function Count: 2
|
|
* Decompile Time: 47 ms
|
|
* Timestamp: 10/27/2023 1:23:06 AM
|
|
*******************************************************************/
|
|
|
|
//Function Number: 1
|
|
func_4FDD()
|
|
{
|
|
if(self.type == "dog")
|
|
{
|
|
animscripts/traverse/shared::func_2933("wallhop",40);
|
|
return;
|
|
}
|
|
|
|
func_8BF5();
|
|
}
|
|
|
|
//Function Number: 2
|
|
func_8BF5()
|
|
{
|
|
if(randomint(100) < 30)
|
|
{
|
|
animscripts/traverse/shared::advancedtraverse(%traverse_wallhop_3,39.875);
|
|
}
|
|
|
|
animscripts/traverse/shared::advancedtraverse(%traverse_wallhop,39.875);
|
|
} |