Is there an easy way to move decorative objects (eg. hanging bodies, chandeliers) along with the ceilings they hang from as the ceilings raise/lower?
I managed to get a custom object to appear in GZDoom Ultimate Doom Builder, but it won't move along with the ceilings when I want it to. Here's the code in the Zscript that I used to create the thing
class titanRckt :Actor{Default{Radius35;Height229;+SPAWNCEILING;+NOGRAVITY;Tag"TitanRocket";//$Category User_Defined//$Title Titan Rocket//$Color 17//$Arg0 "Variable description"//$Arg0Tooltip "Titan Rocket"}States{Spawn:
TITN A -1;Stop;}}
I'm hoping there's a simpler method than manually setting the position every few ticks so it appears to move up...
Question
Basin_is_BACK
Is there an easy way to move decorative objects (eg. hanging bodies, chandeliers) along with the ceilings they hang from as the ceilings raise/lower?
I managed to get a custom object to appear in GZDoom Ultimate Doom Builder, but it won't move along with the ceilings when I want it to. Here's the code in the Zscript that I used to create the thing
I'm hoping there's a simpler method than manually setting the position every few ticks so it appears to move up...
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.