Jump to content

Changing the music


Syntax_Terror

Recommended Posts

You'd have to create a looping startscript that checks if the PC is in a specific cell, then plays a huge-ass sound file if true...

 

Probably something along the lines of

 

If ( Getpccell "Osbourne Ancestral Tomb" == 1 )

Playsound "Black Sabbath - Black Sabbath.mp3"

Endif

Elseif ( Getpccell "Lather" == 1 )

Playsound "Rinse"

Endif

Repeat

 

Well, the commands are probably off a bit, and I'm doubtful that there even is a "Repeat" command, but you should get the jist of it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...