I've read some threads about this, but i didn't really get the answer i need.
In my custom story, there is an iron maiden, working like in the main story. The iron maiden opens, and you get blur effects and so on, but there is also a body inside that iron maiden, and i want that body to disappear just when you look away...
Not sure exactly how you want it to work but you could add a timer to make it disappear, or you could make another script box in the room but behind the player thats inactive. so when you trigger the script with the body it also enables the inactive script box behind the player. that way when he turns around the script box that was inactive, is now active and when you look at that the guy disappears.
I usually make my maps going this way, it probably takes alittle more effort but it works.
What i want is for the player, not to notice the body disappearing. Because it looks stupid if the body disappears in the bare air. So when the player turns around (Not looking at the body) It will disappear, and when he (or her) look back at the body, its gone
(05-06-2012, 04:47 PM)Dutton Wrote: I think you'll be able to get you answer in this thread. palistov made it work in another thread with the exact same problem
I'm actually working on something exactly the same in my custom story right now. The problem is that you are technically looking away from something as long as your crosshairs are off of it. So it will disappear as soon as the camera isn't centered on it. I would try making a large script area around the iron maiden, and having the script target that instead of the body. That way, it shouldn't disappear until your camera is directed away from the whole area.