Ik how to do silent teleporting, I believe the action id is 71. However I wanna know if you can do exaclty this but in acs. The acs command for teleport has that giant annoying green partical effect. The main reason I need acs and not traditional, is cause in the wad, when you filp a certain switch, it teleports you someplace new, but if I do it through acs I can
==========================
script 69420 (void)
{
silent teleport (to some coordinates);
Setmusic (0, "Songname");
}
=================================
I wanna change the song thats playing at the same time of the teleportation
Question
Skemech
Ik how to do silent teleporting, I believe the action id is 71. However I wanna know if you can do exaclty this but in acs. The acs command for teleport has that giant annoying green partical effect. The main reason I need acs and not traditional, is cause in the wad, when you filp a certain switch, it teleports you someplace new, but if I do it through acs I can
==========================
script 69420 (void)
{
silent teleport (to some coordinates);
Setmusic (0, "Songname");
}
=================================
I wanna change the song thats playing at the same time of the teleportation
Share this post
Link to post
7 answers to this question
Recommended Posts