- Joined
- Oct 11, 2015
- Messages
- 426
- Reaction score
- 173
- First Language
- Dutch
- Primarily Uses
- RMMV
* @param Agility
* @default Agility:
* @param Luck
* @default Luck:
They are both size 11... After some more testing I found out they are indeed both 11. For some reason MV sometimes adds extra hidden characters to the parameter-values.
The LAST parameter in this list keeps getting 2 extra CR LF symbols at the end of of it's value... EACH time. I doublechecked my plugin-text and made sure it had no extra hidden symbols or weird encodings... But nope no problem there.
I tried switching the position of the luck&agility and the CR LF is now attached to the agility-parameter instead... This is another bug in MV?
* @default Agility:
* @param Luck
* @default Luck:

They are both size 11... After some more testing I found out they are indeed both 11. For some reason MV sometimes adds extra hidden characters to the parameter-values.
The LAST parameter in this list keeps getting 2 extra CR LF symbols at the end of of it's value... EACH time. I doublechecked my plugin-text and made sure it had no extra hidden symbols or weird encodings... But nope no problem there.
I tried switching the position of the luck&agility and the CR LF is now attached to the agility-parameter instead... This is another bug in MV?
Last edited by a moderator: