mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-23 17:45:47 +00:00
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
#include common_scripts\utility;
|
|
|
|
main()
|
|
{
|
|
if( !isdefined ( level._anim_prop_models ) )
|
|
level._anim_prop_models = [];
|
|
|
|
// Uses .animation
|
|
model = "foliage_dead_pine_med_animated_sway2";
|
|
level._anim_prop_models[ model ][ "sway2" ] = "foliage_dead_pine_med_mp_sway2";
|
|
}
|
|
|
|
// SP not currently supported because this requires updating "animated_props" animtree |