mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-07-04 22:47:52 -05:00
Added all the remaining scripts not previously included.
This commit is contained in:
8
patch_zm/maps/mp/animscripts/zm_dog_pain.gsc
Normal file
8
patch_zm/maps/mp/animscripts/zm_dog_pain.gsc
Normal file
@ -0,0 +1,8 @@
|
||||
#include maps/mp/animscripts/utility;
|
||||
|
||||
main()
|
||||
{
|
||||
debug_anim_print( "dog_pain::main() " );
|
||||
self endon( "killanimscript" );
|
||||
self setaimanimweights( 0, 0 );
|
||||
}
|
Reference in New Issue
Block a user