Created 6 years ago2018-03-06 13:13:19 UTC by GoodDOS
studio("models/filename.mdl")So for example, Barney's line would be as follows:
@PointClass base(Monster,TalkMonster, Sequence) size(-16 -16 0, 16 16 72) studio("models/barney.mdl") = monster_barney : "Barney" []You can also use this to represent entites with sprites:
@PointClass base(Targetname, Angles, ZHLT_point) iconsprite("sprites/lightbulb.spr") = light_environment : "Environment"I believe it also depends on your version of Hammer, but you should really be using Sledge or JACK in this day and age.