You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: