- 6
- Posts
- 6
- Years
- Seen Jul 29, 2019
So, I'm making a game, and I have an event like Kurt from GS who will make Pokéballs out of apricorns. This line has the player select an apricorn, but the script:
pbChooseItemFromList(_I("Which one?"),1,:REDAPRICORN,:YLWAPRICORN,:BLUAPRICORN,:GRNAPRICORN,:PNKAPRICORN,:WHTAPRICORN,:BLKAPRICORN,)
is too long to fit on one line, even after using extendtext.exe to make the box bigger. Any way I can make the box even bigger, or a way to format the brackets to prevent syntax errors, would be greatly appreciated! :D
pbChooseItemFromList(_I("Which one?"),1,:REDAPRICORN,:YLWAPRICORN,:BLUAPRICORN,:GRNAPRICORN,:PNKAPRICORN,:WHTAPRICORN,:BLKAPRICORN,)
is too long to fit on one line, even after using extendtext.exe to make the box bigger. Any way I can make the box even bigger, or a way to format the brackets to prevent syntax errors, would be greatly appreciated! :D