mirror of
https://github.com/reaaLx/nx1-gsc-dump.git
synced 2025-04-23 09:35:45 +00:00
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
#include common_scripts\utility;
|
|
|
|
main()
|
|
{
|
|
if( !isdefined ( level._anim_prop_models ) )
|
|
level._anim_prop_models = [];
|
|
|
|
model = "foliage_pacific_palms06_animated";
|
|
level._anim_prop_models[ model ][ "sway" ] = "foliage_pacific_palms06_sway";
|
|
}
|
|
|
|
// SP not currently supported because this requires updating "animated_props" animtree |