PDA

View Full Version : How to make a prop disappear when used?


Quin
05-18-2008, 08:44 PM
Well the title is my problem...I have a prop but I can't get it to disappear when used...

Any help would be great.

Phear
05-21-2008, 07:38 AM
like turn invisible or just be completely gone from existance?

zxzkilme
05-23-2008, 05:27 PM
To make it disappear make an input. OnPressed then on the line below put the props name then below that put kill. This is how I did it in cabin escape with the picking up keys.

laser2150
05-27-2008, 08:21 AM
You can also just use turn off, or turn on. :p

zxzkilme
05-27-2008, 11:12 AM
Yea I think that works too.

SotaPoika
05-27-2008, 09:02 PM
Excactly what I asked in 'lopers. :D

Knights
05-28-2008, 07:18 AM
The prop needs to be a "Prop_dynamic" so you can give it a name and be able to trigger it. You can now make an output button to kill it or make it hidden.