Page 1 of 1

[DECORATE] Question about multiple "Species"

Posted: Sat Jun 23, 2018 8:35 pm
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.

Re: [DECORATE] Question about multiple "Species"

Posted: Sat Jun 23, 2018 9:27 pm
by Blue Shadow
Void Weaver wrote:1. Could a same actor belong to different Species simultaneously? For ex. Species "Undead", "Ghost".
No.

Re: [DECORATE] Question about multiple "Species"

Posted: Sat Jun 23, 2018 9:35 pm
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?