- Joined
- May 22, 2016
- Messages
- 2,661
- Reaction score
- 563
- First Language
- English
- Primarily Uses
- RMVXA
@Shytoad You must have changed the script.
That message looks like the / is missing from the script.
It should say "can't find Audio/SE/Cursor1" if the file was missing.
But you have "can't find Audio/SECursor1"
in the script on line 99 it shows...
file = "Audio/SE/" + TSE::SE
Check that and make sure the second / is present.
That message looks like the / is missing from the script.
It should say "can't find Audio/SE/Cursor1" if the file was missing.
But you have "can't find Audio/SECursor1"
in the script on line 99 it shows...
file = "Audio/SE/" + TSE::SE
Check that and make sure the second / is present.


