Incomplete SP dump provided by Louvenarde

This commit is contained in:
reaaLx
2024-09-05 17:14:53 +10:00
parent 1ea2370337
commit e5de1d5d55
784 changed files with 340494 additions and 0 deletions

16
maps/_drone_civilian.gsc Normal file
View File

@@ -0,0 +1,16 @@
#include maps\_utility;
#include common_scripts\utility;
#using_animtree( "generic_human" );
init()
{
// drone type specific stuff
level._drone_anims[ "neutral" ][ "stand" ][ "idle" ] = %casual_stand_idle;
level._drone_anims[ "neutral" ][ "stand" ][ "run" ] = %unarmed_scared_run;
level._drone_anims[ "neutral" ][ "stand" ][ "death" ] = %exposed_death;
level._attachPropsFunction = animscripts\civilian\civilian_init_common::attachProps;
// init the generic drone script
maps\_drone::initGlobals();
}