Prop_Dynamic:Ceiling_tile.mdl

Avatar
Haggis
158 Posts
Posted Jul 25, 2011
What outputs do i use to trigger this model.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Coppermantis
263 Posts
Posted Jul 25, 2011
Replied 3 hours later
Name the prop_dynamic something, then find the name of the animation you want it to play (The model tab under properties is good for finding animations). Then have another entity fire an output like

On X>[prop_dynamic name]>setanimation with a parameter override of whatever the animation's name is.

X will vary depending on the entity used to fire the output (for a trigger it would be OnStartTouch, for a logic_auto it would be OnMapSpawn

Avatar
Haggis
158 Posts
Posted Jul 26, 2011
Replied 20 hours later
Thanks a million Coppermantis, it now works.