Frictional Games Forum (read-only)

Full Version: Rebellious Bookcases
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
okay, so in the level editor, I have a bunch of bookcases that I unchecked the "active" box yet, when I playtest the map, the bookcases are still there. The books on them are inactive and work for that, but the bookcases themselves are perfectly tangible. How can I fix this?
You can only disable/hide entities. Find a bookshelf entity.
or make one by adding it in a body
(09-08-2011, 10:09 PM)Your Computer Wrote: [ -> ]You can only disable/hide entities. Find a bookshelf entity.
I did, that's what I'm using. the entity refuses to disappear.
(09-09-2011, 12:12 AM)Bennick Wrote: [ -> ]I did, that's what I'm using. the entity refuses to disappear.

Try using SetPropActiveAndFade() if SetEntityActive() doesn't work.
(09-09-2011, 12:16 AM)Your Computer Wrote: [ -> ]
(09-09-2011, 12:12 AM)Bennick Wrote: [ -> ]I did, that's what I'm using. the entity refuses to disappear.

Try using SetPropActiveAndFade() if SetEntityActive() doesn't work.
still not working. =/ should I have made it active and used SetPropActiveAndFade?

(09-11-2011, 12:31 AM)Bennick Wrote: [ -> ]still not working. =/ should I have made it active and used SetPropActiveAndFade?

Looks like you might be doing some work in the model editor then till it works.