init
This commit is contained in:
23
maps/animated_models/tattered_cloth_small_02.gsc
Normal file
23
maps/animated_models/tattered_cloth_small_02.gsc
Normal file
@@ -0,0 +1,23 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
#using_animtree("animated_props");
|
||||
|
||||
main()
|
||||
{
|
||||
if ( !isdefined( level.anim_prop_models ) )
|
||||
level.anim_prop_models = [];
|
||||
|
||||
var_0 = tolower( getdvar( "mapname" ) );
|
||||
var_1 = 1;
|
||||
|
||||
if ( common_scripts\utility::string_starts_with( var_0, "mp_" ) )
|
||||
var_1 = 0;
|
||||
|
||||
var_2 = "tattered_cloth_small_02";
|
||||
|
||||
if ( var_1 )
|
||||
level.anim_prop_models[var_2]["self.wind"] = %tattered_cloth_small_02_anim;
|
||||
else
|
||||
level.anim_prop_models[var_2]["self.wind"] = "tattered_cloth_small_02_anim";
|
||||
}
|
||||
Reference in New Issue
Block a user