Home   Help Search Login Register  

Author Topic: Music in Briefing  (Read 559 times)

0 Members and 1 Guest are viewing this topic.

Offline Speeder

  • Members
  • *
    • OFP.nu
Music in Briefing
« on: 19 Aug 2005, 15:43:16 »
Trapper wrote:

 Must be these commands:

onBriefingGear sound
onBriefingGroup sound
onBriefingNotes sound
onBriefingPlan sound

Description:
    Define sound (voice) played first time when section Plan in briefing is selected.

Example:
    onBriefingPlan "PlanVoiceOver"

As far as I know the problem is that the sound is stopped/changed as soon as the player changes the briefing selection.

But from where do I execute the code - onBriefingPlan "PlanVoiceOver" ????

I still have to define the sound in the description right?
There are 10 kinds of people in this world. Those who get it, and those who don't.

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Music in Briefing
« Reply #1 on: 19 Aug 2005, 15:57:16 »
Quote
from where do I execute the code
Put them in init.sqs

Quote
I still have to define the sound in the description right?
Correct

Offline Speeder

  • Members
  • *
    • OFP.nu
Re:Music in Briefing
« Reply #2 on: 19 Aug 2005, 16:06:37 »
tnx for quick answer.
There are 10 kinds of people in this world. Those who get it, and those who don't.