JugaLo 0 Posted April 29, 2002 how do you make it so you respawn were you die? thankz Share this post Link to post Share on other sites
JAP 2 Posted April 29, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (JugaLo @ April 29 2002,22:44)</td></tr><tr><td id="QUOTE">how do you make it so you respawn were you die? thankz <span id='postcolor'> You can do it with two values, numbers or name If you wanna respawn instantly use the next two values : INSTANT or 2 Want to respawn into group ( also instant but limited to players AI ) GROUP or 4 All in Decription.ext respawn line ofcourse. respawn="instant" respawndelay=time in seconds Greetz Share this post Link to post Share on other sites
JugaLo 0 Posted April 30, 2002 where do i find this description.ext? what file do i go into and how do i know its my maps? Share this post Link to post Share on other sites
IntruderDZ 1 Posted April 30, 2002 Go to ur Operation Flashpoint directory and find the Templates Folder. Open it and in any of the missions you will find the Description.Ext file.Copy and paste it into the mission ur are making. If u dont where ur mission is its in the USERS\"ur name or Player"\Missions   folder. Use notepad to edit it. Share this post Link to post Share on other sites
JugaLo 0 Posted April 30, 2002 ok so i copy it and...? it does nothin for me can you tell me a little more? if i have it like this will it work? respawn="instent"; respawndelay=1 onLoadMission=Malden thats it nothin els? Share this post Link to post Share on other sites
JAP 2 Posted April 30, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (JugaLo @ April 30 2002,05:57)</td></tr><tr><td id="QUOTE">ok so i copy it and...? it does nothin for me can you tell me a little more? if i have it like this will it work? respawn="instent"; respawndelay=1 onLoadMission=Malden thats it nothin els?<span id='postcolor'> it will if you change instent to instant And be sure to only implement it in MP games, SP games don t use respawn ! Share this post Link to post Share on other sites
NEO -PZ- 0 Posted April 30, 2002 onLoadMissions is not needed for your respawn code. That is to change the text where it says "Get ready..." as default. Penetrator Share this post Link to post Share on other sites