Skip to content

-nozscript should either disable ScriptCall or suppress its errors #1

Description

@GrayFace

If you use ScriptCall("MyClass", "MyFunction") in ACS and run with -nozscript command line option, ZZDoom will crash upon encountering the ScriptCall, because MyClass is undefined. It needs to either behave like a true ZScript-less port and disable ScriptCall, or do a "half way there" thing and still allow it for existing classes and ignore errors for new classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions