iw6-scripts-dev/destructible_scripts/toy_tv_video_monitor.gsc
2024-12-11 11:28:08 +01:00

8 lines
207 B
Plaintext

#include common_scripts\_destructible;
#include destructible_scripts\toy_tv_flatscreen;
#using_animtree( "destructibles" );
main()
{
toy_tvs_flatscreen_cinematic( "tv_video_monitor", ::RemoveTargetted );
}