- Joined
- Sep 17, 2015
- Messages
- 155
- Reaction score
- 29
- First Language
- English Spanish
- Primarily Uses
I've been stuck trying to store text in a variable. I originally tried doing it directly through the script editor but i messed up the syntax (i'm still really rookie when it comes to Ruby/RGSS3 related things). Since that didn't work, i tried to go for a common event to store the information there and make a switch that turns on when the game begins, but i just can't get it to work. Making a parallel process/autorun switch in my test map or any other map just keep giving zero or freezing the player. Then i tried to fix it by trying to work the swtich through the script editor.
Judging by how this
and this
keep returning errors, how do i set up a switch/variable directly through scripts?
I also tried, just as a test, to set up a test string in a variable and the game crashed and gave me this error
Can anybody tell me what exactly i'm doing wrong here?
Judging by how this
and this
keep returning errors, how do i set up a switch/variable directly through scripts?
I also tried, just as a test, to set up a test string in a variable and the game crashed and gave me this error
Can anybody tell me what exactly i'm doing wrong here?
Last edited by a moderator:
