- Joined
- Apr 13, 2019
- Messages
- 23
- Reaction score
- 1
- First Language
- Polish
- Primarily Uses
- RMVXA
I have two scripts by Galv: jumping ability and superman ability.
There's a small visual bug that happens when you have two of those scripts installed, that I would like to get rid of.
Here are two pictures to illustrate the issue:
.
I think I found the cause of this, but since I don't know much about scripting, I don't know what I should do next.
In the jumping script there's this line:
The priority should be set to 2 if the player is flying, so that they are above everything on the map. But because of this line, their priority is always set to 1 if they're not jumping.
I'd really apprieciate some help.
There's a small visual bug that happens when you have two of those scripts installed, that I would like to get rid of.
Here are two pictures to illustrate the issue:
.
I think I found the cause of this, but since I don't know much about scripting, I don't know what I should do next.
In the jumping script there's this line:
@priority_type = 1 if !jumping?
I'd really apprieciate some help.


