slatts 1978 Posted November 23, 2008 first of sorry if im posting in the wrong place my questions are (or more needs) is how to i place pop up targets on the upstairs of a house? i have a clan style training mission in the works and need to know if its possible also the respawn script and please dont say look at the biki cause were ever i look i cant see one just something for gulls and the respawn for tanks etc Share this post Link to post Share on other sites
W0lle 1052 Posted November 23, 2008 We have a dedicated editing and scripting forum for this. You can place the targets inside a house using the setPos command, for example: </span><table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">target1 setPos [getPos this select 0,getPos this select 1,3]<span id='postcolor'> The last number (3) defines in which height the target is placed at. You need to play with this value a bit until you find the perfect value. 'target1' is the name you gave the popup target, you can of course use any other name you want. The respawn for players is defined in a file called description.ext, for vehicle respawn or more advanced scripts you might check the Editors Depot @ OFPEC. There you also find a huge forum with all kind of editing questions, I'm sure you find something there. Please in the future, make your thread topic more descriptive then just 'need help' okay? Then people don't have to open and read through it just to find out they don't have an answer for your problem. There is no need to steal other peoples time. Share this post Link to post Share on other sites
slatts 1978 Posted November 24, 2008 ok sorry and thank you very much Share this post Link to post Share on other sites