Closed QafMeister closed 1 year ago
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.
@QafMeister You should declare everything about the map. Not just ID or name; everything should be declared.
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.
@QafMeister You should declare everything about the map. Not just ID or name; everything should be declared.
I can't code, so i almost don't know about everything in this code. Can you please tell me in what functions (this var onGoal sth) I need to add it?
Thanks
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.
@QafMeister You should declare everything about the map. Not just ID or name; everything should be declared.
I can't code, so i almost don't know about everything in this code. Can you please tell me in what functions (this var onGoal sth) I need to add it?
When I was trying to add new circuit (Circuit3, _Circuit3) And I wrote down these on var Circuits = [Circuit1, ...] same with "_Circuits". Do i need to add it somewhere else?
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.
@QafMeister You should declare everything about the map. Not just ID or name; everything should be declared.
I can't code, so i almost don't know about everything in this code. Can you please tell me in what functions (this var onGoal sth) I need to add it?
When I was trying to add new circuit (Circuit3, _Circuit3) And I wrote down these on var Circuits = [Circuit1, ...] same with "_Circuits". Do i need to add it somewhere else?
"Uncaught SyntaxError: "[object Object]" is not valid JSON
at JSON.parse (
after adding Circuit3
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.
@QafMeister You should declare everything about the map. Not just ID or name; everything should be declared.
I can't code, so i almost don't know about everything in this code. Can you please tell me in what functions (this var onGoal sth) I need to add it?
When I was trying to add new circuit (Circuit3, _Circuit3) And I wrote down these on var Circuits = [Circuit1, ...] same with "_Circuits". Do i need to add it somewhere else?
"Uncaught SyntaxError: "[object Object]" is not valid JSON at JSON.parse () at :4:113"
after adding Circuit3
@QafMeister I don't know. You may do something wrong, check all the variables carefully. I'm gonna close this issue. For more, you can check also #9.
I was trying to add some more tracks to this bot. Track id, name is ok but when i try to load this track it kicks out of the room. Please help.