Redfist 0 Posted September 17, 2009 Hi all, I am still a map editing noob, so please forgive me if this is a really easy request. I am just wondering how I could create a carbomb. Essentially, I would like to create a booby-trapped vehicle which explodes when somebody gets inside of it. I would also like to be able to set the bomb off a few seconds after a person enters the vehicle and for text to display on the screen warning players to get the hell out of the area. I presume this is possible, does anyone know how to do it? Thanks :) Share this post Link to post Share on other sites
kylania 568 Posted September 17, 2009 Please search before posting, this type of question has been asked and answered dozens of times. Two triggers. Both with this as it's Condition: player in myCar First with this as it's onAct: hint "You hear a beeping coming from under the dashboard!"; Second with a Min/Mid/Max set to 10 each and COUNTDOWN selected and this as it's onAct: bomb = "R_57mm_HE" createVehicle getPos myCar; Share this post Link to post Share on other sites