I create folders tree, place all files from the root in this tree, define all paths to it, include it to decorate in pack root, but gzdoom cant find some ACTORS inside of defined FILES. I double check all paths in decorate and in folder tree, it match up.
Most error refer to type
Code: Select all
Script error, path_to_file line NaN
Parent type 'Ancestor' not found in Descendant
Attempt to get invalid state state_from_ancestor from actor DescendantBut if I comment inheritance, it load without any error. Well, excluding errors like "try to jump to not existing state".
Whats going on?
