View Single Post
Re: MM plugin that returns bsp model numbers.
Old
  (#3)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: MM plugin that returns bsp model numbers. - 02-04-2004

Doors are entities,
a brush, entity
as opposed to a point entity.

I need the MODEL number associated with the door.
For example here is a typical door ENTITY.
{
"model" "*17"
"origin" "2448 232 -488"
"stopsnd" "0"
"movesnd" "0"
"wait" "30"
"speed" "3"
"angles" "0 -2 0"
"distance" "90"
"classname" "func_door"
}

Notice it's model is 17.
That is what I am looking for from a mm plug in.
  
Reply With Quote