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,12 @@
main()
{
self setmodel( "german_shepherd" );
self.voice = "american";
self.skeleton = "base";
}
precache()
{
precachemodel( "german_shepherd" );
}