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
if (CanExtractMateria(100))
then
yield('/send KEY_1<wait.1>')
yield('/send NEXT<wait.1>')
yield('/send NUMPAD0<wait.1>')
yield('/send KEY_1<wait.1>')
end
When set to 100, it attempts to extract Materia no matter what, even though none of my equipment has spiritbond at 100%. When set to 0, it does not attempt it. After playing around, I noticed that at values >= 80, it will attempt to extract (aka returning TRUE) and at <80, it will not (aka returning FALSE). Notably, my highest spiritbond is at 79%. Maybe a mixed < and > in the code?
The text was updated successfully, but these errors were encountered:
Having difficulty with CanExtractMateria()
if (CanExtractMateria(100))
then
yield('/send KEY_1<wait.1>')
yield('/send NEXT<wait.1>')
yield('/send NUMPAD0<wait.1>')
yield('/send KEY_1<wait.1>')
end
When set to 100, it attempts to extract Materia no matter what, even though none of my equipment has spiritbond at 100%. When set to 0, it does not attempt it. After playing around, I noticed that at values >= 80, it will attempt to extract (aka returning TRUE) and at <80, it will not (aka returning FALSE). Notably, my highest spiritbond is at 79%. Maybe a mixed < and > in the code?
The text was updated successfully, but these errors were encountered: