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 use a 5 second wait between food and recepie in my Lua scripts. It might have something to do with race conditions i would suggest adding a longer wait and try again
The game crashed when the following settings were made.
The medicine is set in OEM_7.
/send OEM_7
/recipe "第四次復興用の特注アストロスコープ"
If /wait is included, it no longer crashes.
/send OEM_7
/wait 0.5
/recipe "第四次復興用の特注アストロスコープ"
The text was updated successfully, but these errors were encountered: