i have a question. I made cactus within decorate. As you may now, touching a cactus may hurt. Do you have any idea, how i can pull this off? I know there are things like damage types etc. https://zdoom.org/wiki/Damage_types#Fire To me this seems rather complicated. Is there a single line i could add, in order to add some contact-damage?
Code:
actor CACUE0 25524
{
//$Category Obstacles
Radius 25
Height 128
+SOLID
States
{
Spawn:
CACU E -1
Stop
}
Question
Lanie
Dear Doomers,
i have a question. I made cactus within decorate. As you may now, touching a cactus may hurt. Do you have any idea, how i can pull this off? I know there are things like damage types etc. https://zdoom.org/wiki/Damage_types#Fire To me this seems rather complicated. Is there a single line i could add, in order to add some contact-damage?
Code:
actor CACUE0 25524
{
//$Category Obstacles
Radius 25
Height 128
+SOLID
States
{
Spawn:
CACU E -1
Stop
}
}
Thank you for considering my question,
Lanie.
Share this post
Link to post
7 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.