- 115
- Posts
- 10
- Years
- Seen Nov 17, 2023
I have a small area inside of a map that the player can explore post-game (meaning they have all badges), but I don't want them to be able to use Surf while inside of this area. I figured that I could do this by temporarily taking away the badge that allows the player to Surf, but I realized that the HM system doesn't keep track of badges that way, it counts them instead. So taking away badge #4 when the player still has 7 means they can still surf, because 7 > 4.
Is there any other way I can temporarily disable the use of surf?
Bonus: I realize that by disabling surf the player can still teleport out of the area without passing through the event that re-enables surf, so I would need a way to disable teleport as well. The area is small, so it's unlikely that they will, but they still could.
Is there any other way I can temporarily disable the use of surf?
Bonus: I realize that by disabling surf the player can still teleport out of the area without passing through the event that re-enables surf, so I would need a way to disable teleport as well. The area is small, so it's unlikely that they will, but they still could.
Last edited: