MusicBackgroundSetDelay
From NWN Lexicon
Contents |
[edit] MusicBackgroundSetDelay(object, int)
This function changes the delay (in milliseconds) of the background music.
void MusicBackgroundSetDelay( object oArea, int nDelay );
[edit] Parameters
oArea
The area to affect.
nDelay
Delay in milliseconds.
[edit] Description
Thorough testing revealed the functionality of this script to be a mystery. Current hypothesis is that it is a no-op function.
[edit] Known Bugs
Has no noticeable effect on the background music
[edit] Version
1.22
[edit] Example
MusicBackgroundSetDelay(GetArea(OBJECT_SELF), 500);
[edit] See Also
author: Michael Nork, editor: Jeff Lindsey