Added all the remaining scripts not previously included.

This commit is contained in:
JezuzLizard
2021-08-07 11:29:26 -07:00
parent cf8d60b2d0
commit 98bfc67831
1001 changed files with 239603 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#include maps/mp/animscripts/zm_shared;
#include maps/mp/animscripts/shared;
#include maps/mp/animscripts/utility;
main()
{
self endon( "killanimscript" );
debug_anim_print( "dog_jump::main()" );
self setaimanimweights( 0, 0 );
self.safetochangescript = 0;
self setanimstatefromasd( "zm_traverse_wallhop" );
maps/mp/animscripts/zm_shared::donotetracks( "traverse_wallhop" );
self.safetochangescript = 1;
}