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