Kirby 2 Posted July 2, 2008 Anyone know where that flashlight SCRIPT (not addon! that came out just after ArmA was released went? I need it for more than a few of my missions, and as its not an addon its 10x and usefull as the FLM flashlights. And yeah, weird place to put this thread.. But couldn't think of anywhere better, and I been playing ArmaA for 3 days solid >.< Kinda tired xD Anyway Im looking for that along with that power grid template where it takes out all the lights of a certain place if you blow up a certain transformer station or whatever they're called. Share this post Link to post Share on other sites
cervantes 330 Posted July 2, 2008 http://fr.youtube.com/watch?v=ADetZVIwc08 its my flashlight for my imbrella team men but for this you need rework a p3d reworks a animation for align a light point with a head. i d'ont known this script you said its possible to attach a light by script but you d'ont have this nice lightpoint effect and light d'ont folow a head move for this write this in script. _light = "#lightpoint" createVehicle (name of unit modelToWorld [0,0,0]); _light setLightBrightness 0.10; _light setLightAmbient[0.30000, 0.15000, 0.0000]; _light setLightColor[0.5000, 0.200, 0.0]; _light lightAttachObject [ name of unit [0,0,0]] this script attach a light on one men. Share this post Link to post Share on other sites
manzilla 1 Posted July 2, 2008 I'm not sure if these will help but I hope: Searchlight Script: http://www.armaholic.com/page.php?id=474 Sahrani Electrical Grid: http://www.armaholic.com/page.php?id=2485 Basic Flashlight(But in AddOn form): http://www.armaholic.com/page.php?id=1764 Share this post Link to post Share on other sites
Kirby 2 Posted July 2, 2008 Cheers, but I cant seen to get that script working, it just sets a light on the ground that just stays there and gives me an error. I will use your addons, but I just need a light for several missions not using addons, even if it was simple. And Manzilla, thanks. The Electrical grid was just what I was looking for. Share this post Link to post Share on other sites