mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-27 18:07:53 -05:00
Added MW3 Scripts
This commit is contained in:
23
MW3/Xbox/SP/animscripts/cover_stand.gsc
Normal file
23
MW3/Xbox/SP/animscripts/cover_stand.gsc
Normal file
@ -0,0 +1,23 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: animscripts\cover_stand.gsc
|
||||
* Game: Call of Duty: Modern Warfare 3
|
||||
* Platform: Console
|
||||
* Function Count: 2
|
||||
* Decompile Time: 47 ms
|
||||
* Timestamp: 10/27/2023 2:30:16 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
self endon("killanimscript");
|
||||
animscripts/utility::initialize("cover_stand");
|
||||
animscripts/cover_wall::cover_wall_think("stand");
|
||||
}
|
||||
|
||||
//Function Number: 2
|
||||
end_script()
|
||||
{
|
||||
animscripts/cover_behavior::end_script("stand");
|
||||
}
|
Reference in New Issue
Block a user