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
The @wait variable introduced in Anuken/Mindustry@27f20b7 allows message to synchronously wait until it can show the message. While adding it to the global variables list would be enough, I would like it to only show up for completions of the outSuccess parameter of the message instruction, since its value is always null and it has no use outside that.
The text was updated successfully, but these errors were encountered:
The
@wait
variable introduced in Anuken/Mindustry@27f20b7 allowsmessage
to synchronously wait until it can show the message. While adding it to the global variables list would be enough, I would like it to only show up for completions of theoutSuccess
parameter of themessage
instruction, since its value is alwaysnull
and it has no use outside that.The text was updated successfully, but these errors were encountered: