Syntax_Terror Posted September 19, 2003 Share Posted September 19, 2003 Does anyone know if it's possible to create a mod which automatically changes the music when you enter a tomb, without having to edit each tomb by hand? grtz, Syntax Terror Link to comment Share on other sites More sharing options...
Alkali_Beast Posted September 19, 2003 Share Posted September 19, 2003 i am sure you can but youll have to be able to script, which i cant, so youll have to ask a scripter Link to comment Share on other sites More sharing options...
Bomo Posted September 19, 2003 Share Posted September 19, 2003 One speciffic tomb, or any tomb ? Link to comment Share on other sites More sharing options...
Marxist ßastard Posted September 19, 2003 Share Posted September 19, 2003 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"EndifElseif ( Getpccell "Lather" == 1 )Playsound "Rinse"EndifRepeat 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.