[DECORATE] Question about multiple "Species"

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
User avatar
Void Weaver
Posts: 724
Joined: Thu Dec 18, 2014 7:15 am

[DECORATE] Question about multiple "Species"

Post by Void Weaver »

1. Could a same actor belong to different Species simultaneously? For ex. Species "Undead", "Ghost".
2. Is exist a anyone (A_)Function which might to execute check and\or jump if species is (un)matched?
For ex. something similar to A_JumpIf ( %target_species_check%("species_name")== 1\(0), "jump_state")
Seems I am totally blind: A_CheckSpecies.
Blue Shadow
Posts: 4987
Joined: Sun Nov 14, 2010 12:59 am

Re: [DECORATE] Question about multiple "Species"

Post by Blue Shadow »

Void Weaver wrote:1. Could a same actor belong to different Species simultaneously? For ex. Species "Undead", "Ghost".
No.
User avatar
Void Weaver
Posts: 724
Joined: Thu Dec 18, 2014 7:15 am

Re: [DECORATE] Question about multiple "Species"

Post by Void Weaver »

Oh, damn...
Well, the final question. Is the anyone simple way to quick "mark" an few different actors in one "group" aside from species and inheritance?

Return to “Scripting”