Rain World

Rain World

Iterator Kit
elanoria Jan 1, 2024 @ 11:43am
Errors
My event code keeps giving the error "Value Expected" on the colon. If I take away the comma before the colon, it says comma expected.

"events",: {

}
< >
Showing 1-2 of 2 comments
Twofour2  [developer] Jan 1, 2024 @ 6:35pm 
You've probably got a missing character (i.e. bracket) further up in your file.

This is what the events section is supposed to look like:
"events": {
"generic": [
{
"event": "playerEnter"
}
]
}
elanoria Jan 2, 2024 @ 7:52am 
Ok, thanks.
< >
Showing 1-2 of 2 comments
Per page: 1530 50