OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Commando on 14 Nov 2002, 12:57:34

Title: How do I make it work respawn and custom music?
Post by: Commando on 14 Nov 2002, 12:57:34
I can't get it to work, having respawn and custom music.
How do I coide the description.ext if Im going to have both the respawn and custom music?
need help ???
Title: Re:How do I make it work respawn and custom music?
Post by: dreaming_adam on 27 Nov 2002, 16:40:57
A) read the sticky thread (the first posting on this forum)
B) go to the EDITORS DEPARTMENT of this website, http://www.ofpec.com/editors/index.php
look at tutorials, and there are about 5-6 on custom in game music.

From the top of my head tho, here is a simply way to make your units respawn in a MULTIPLAYER MISSION (I dont think it works in single player - dont hold me to that tho)

description.ext
Code: [Select]
respawn=2;
respawndelay=5

Other than that, read all the tutorials and experiment.

Cheers
Adam
Title: Re:How do I make it work respawn and custom music?
Post by: Commando on 27 Nov 2002, 17:19:22
I know how to make respawn! >:(
its how you combine them both in the description.ext file that I can't figure out. ???