Jump to content
  • 0

Monster Change Music


Gaia74

Question

i have a question

 

can one monster change the music?

 

in decorate or scripts in a vanilla map?

 

no new map

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

In vanilla doom format? No, not at all.

But you can do that in zdoom:

 

first, you need to give a thingID to the monster you want, like this:

0ryVrBq.png

then put this script on your thing (action 88, if i recall correctly):

script 1 (void)
{
	setmusic ("D_STALKS", 0, 0);
}

 

Share this post


Link to post
  • 0
2 hours ago, Walter confetti said:

first, you need to give a thingID to the monster you want, like this:

then put this script on your thing (action 88, if i recall correctly):

He said not in a new map though.

 

To work on any map you could use DECORATE to replace the monster, then in the appropriate state do an ACS call to run a script to then do SetMusic.

Edited by Nevander

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...