雨世界

雨世界

Iterator Kit
elanoria 2024 年 1 月 1 日 上午 11:43
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",: {

}
< >
正在显示第 1 - 2 条,共 2 条留言
Twofour2  [开发者] 2024 年 1 月 1 日 下午 6:35 
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 2024 年 1 月 2 日 上午 7:52 
Ok, thanks.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50