Staker 10 Posted September 2, 2009 I got some quetstion about mission I'm making: 1.I want wounded marines to lay on the stretchers in the field hospitals,is it possible? 2.I know how to do the secop artillery but I want an off map artillery by AI not commanded by me,how can I do that? 3.are there any diaglos guides? Share this post Link to post Share on other sites
kylania 568 Posted September 2, 2009 (edited) 1. Yes, with animations. Also this might help: Synch a First Aid Simulation module to the soldier then put this in his init: removeAllWeapons this; this setUnconscious true; 2. Using BIS_ARTY_F_SetVirtualGun. See http://community.bistudio.com/wiki/Artillery_Module for more details. 3. Might try this. The main Dialog Wiki is kind of helpful, but still confusing to a novice. :) Edited September 2, 2009 by kylania Share this post Link to post Share on other sites