haxball / haxball-issues

114 stars 42 forks source link

Hello, how do I put the AUTO REC MATCH of a chat of discord, into a script of real soccer? #1689

Open joqnez46 opened 2 years ago

joqnez46 commented 2 years ago

Hello, how do I put the AUTO REC MATCH of a chat of discord, into a script of real soccer? , i try with https://github.com/haxball/haxball-issues/issues/1631 and https://github.com/hbenormous/haxball-headless-help/blob/main/scripts/enviar-rec.js , and it just shows "can´t inite twice" and other errors , and where in the long real soccer script would i put the auto rec? the script of rs is programmed in java i think or json

thenorthstar commented 2 years ago

Hello, how do I put the AUTO REC MATCH of a chat of discord, into a script of real soccer? , i try with #1631 and https://github.com/hbenormous/haxball-headless-help/blob/main/scripts/enviar-rec.js , and it just shows "can´t inite twice" and other errors , and where in the long real soccer script would i put the auto rec? the script of rs is programmed in java i think or json

@joqnez46 Firstly, it's not Java. It's JavaScript and they are completely different languages. And the reason to get the error what you said is to use HBInit in one's code more than once. You may advance if you could fix that error by following what I said.

joqnez46 commented 2 years ago

Hello, how do I put the AUTO REC MATCH of a chat of discord, into a script of real soccer? , i try with #1631 and https://github.com/hbenormous/haxball-headless-help/blob/main/scripts/enviar-rec.js , and it just shows "can´t inite twice" and other errors , and where in the long real soccer script would i put the auto rec? the script of rs is programmed in java i think or json

@joqnez46 Firstly, it's not Java. It's JavaScript and they are completely different languages. And the reason to get the error what you said is to use HBInit in one's code more than once. You may advance if you could fix that error by following what I said.

How do I start 2 scripts at the same time, the auto rec script and the real soccer script?