untamed-team / project-untamed

work in progress for a mazah region fan game
https://www.youtube.com/playlist?list=PLSeQse2aTicogn7eBvxrIPO-vwpAI5C41
13 stars 8 forks source link

escape rope isn't making you exit caves #1334

Closed Gardenette closed 2 months ago

Gardenette commented 2 months ago

For some reason the escape rope will work from the registered menu but not from bag I tried looking at the UseFromBag handler for escape rope, but idk where that next 2 comes out at so I can't track down what's not happening

merry christmas — Today at 12:05 PM sounds like that bicycle glitch we had a long time ago :AyameHmm:

Skäggenette — Today at 12:05 PM I had to set an escape point to use the rope. For this, I made a cave entrance near the bottom of the test world, and it puts you in the mine After I set an escape point by doing that, I use the rope from key items but it does nothing after I hit Use And I removed the Interactable party from bag script, but that didn't change anything

Gardenette commented 2 months ago

Low fixed it! His notes: def pbUseItem(*args) in 003_Achievement Triggers.rb wasnt tied to PokemonParty_Scene like it should, so it was replacing the overworld version of pbUseItem