Prop_Dynamic:Ceiling_tile.mdl
Posted Jul 25, 2011
What outputs do i use to trigger this model.
Registered users don’t see ads!
Register now!
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
Posted Jul 26, 2011
Replied
20 hours
later
Thanks a million Coppermantis, it now works.