Skip to content

Cannot declare bool without setting it #42

@firecraftgaming

Description

@firecraftgaming

I want to declare a bool (tag) as this
bool <name> <entity>
so I can use it like
if (<name> <entity>)
but currently I need to assignt the bool to define it like this
bool <name> <entity> = <false | true>
which doesnt work for me as it is set by other functions

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