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 you put an exit-from-dialog command inside the dialog of a solid item, the x and y coordinates of the hack will be ignored. this happens because the way the solid items hack works is to check if a solid item was picked up, and then put a copy back in and move the player back to where they were, and its saved position is from before the dialog command ran.
current workaround:
use the permanent item hack for this case instead: if you are using an exit-from-dialog command, you probably don't need this item to be treated as a wall since the player will be moving somewhere else anyway, and just need the item to not be picked up.
The text was updated successfully, but these errors were encountered:
if you put an exit-from-dialog command inside the dialog of a solid item, the x and y coordinates of the hack will be ignored. this happens because the way the solid items hack works is to check if a solid item was picked up, and then put a copy back in and move the player back to where they were, and its saved position is from before the dialog command ran.
current workaround:
use the permanent item hack for this case instead: if you are using an exit-from-dialog command, you probably don't need this item to be treated as a wall since the player will be moving somewhere else anyway, and just need the item to not be picked up.
The text was updated successfully, but these errors were encountered: