• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource Marin Side Stairs - v21 2025-06-10

Aioros

Novice
Member
Joined
Nov 24, 2022
Posts
15
Aioros submitted a new resource:

Marin Side Stairs - v21 - v21.1 Compatibility for Marin's Enhanced Staircases

I have this working on my project, but with fixes all over the place which made it harder to find all the changes I did.
I will leave a small disclaimer, when I was fiddling with this I may have cut out parts that weren't of use to me which may have removed certain features.
I downloaded a clean essentials just with hotfixes and following pkmn plugins to make sure I found all the code I edited, hopefully I didn't miss anything.

This still works like the old plugin...

Read more about this resource...
 
If I try to use an event with the Slope name (it is considered a stair event if it has that name) and don't use comments, it will give a different type of error but that's to be expected since it's poorly used.

If I try to just have an event with the Slope name around it won't cause that error you described for me, however I'd like to point out it wouldn't be productive to try to trick the script into thinking there's a stair event and not giving it the comments that make it work, so if that's a non stair event I'd recommend renaming it something else, it could even be something like Slope! or Slope_ and it won't consider it a stair event, or if you want to change stair event name you can go in the def is_stair_event? and change the (...) == "Slope" to a different keyword but then you'll have to change all stair events you've done previously.
 
Back
Top