mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-23 17:45:47 +00:00
16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
#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" ] = %tp_moon_death_stand_exposed_01;
|
|
|
|
level._attachPropsFunction = animscripts\civilian\civilian_init_common::attachProps;
|
|
|
|
// init the generic drone script
|
|
maps\_drone::initGlobals();
|
|
} |