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
By default, using end in a script clears the temp flag FLAG_SAFE_FOLLOWER_MOVEMENT. However, due to the way Poryscript scripts are compiled, when the end is omitted from a poryscript, it will often be substituted with a return instead, which does not clear the flag in the same way.
In order to make the script ending return clear the flag similarly to the end, this simple change should fix it:
Description
By default, using
end
in a script clears the temp flag FLAG_SAFE_FOLLOWER_MOVEMENT. However, due to the way Poryscript scripts are compiled, when theend
is omitted from a poryscript, it will often be substituted with areturn
instead, which does not clear the flag in the same way.In order to make the script ending return clear the flag similarly to the
end
, this simple change should fix it:Discord contact info
No response
The text was updated successfully, but these errors were encountered: