MusicBattlePlay
From NWN Lexicon
Contents |
[edit] MusicBattlePlay(object)
Starts the currently selected battle track playing
void MusicBattlePlay( object oArea );
[edit] Parameters
oArea
The area affected.
[edit] Description
This function starts playing the currently selected battle track for the specified area.
[edit] Version
1.22
[edit] Example
object oArea = GetArea(OBJECT_SELF); MusicBattlePlay(oArea);
[edit] See Also
author: Michael Nork, editor: Jeff Lindsey