Yeah, i need to do that...
It's meant to check if overload is contained in a message. Meaning when the message appears that the overload has run out, this script will execute, find the overload in the inventory, and drink it.
Will the Message listener in the API work for the overload?
How do I pull the information from the absorption display in order to know when to sip the absorption pot?
I'm getting two errors on Line 2 of this code.
1 - it's saying void is an invalid variable for OnMessage. What else should it be?
2 - the second message it's saying is returning a syntax error. Saying I need to insert ";" to complete the local variable declaration statement.