Open cloviskhan opened 5 years ago
Add a comma between both setup, like that : "Deetwo": ["Follow"], "Bottinghoe": [Follow2"]
You can also do:
var JoinSettings = { "leadername": ["all"] };
Assuming you have 1 leader set.. you can manage multiple leaders on one machine by having seperate entries per line as 5noop posted
var JoinSettings = { "lead1": ["follow1 "], ur missing the , "lead2": ["follow2"] }; also missing this
so i got a sorc and hdin running follow bot just fine
then i try 2 get 2nd sorc and hdin running and the follow profile jus does this over and over
21:09:12 (Follow2) Window has unexpectedly exited... starting profile 21:09:13 (Follow2) Window has unexpectedly exited... starting profile
var JoinSettings = { "Deetwo": ["Follow"] "Bottinghoe": [Follow2"]
is my var settings is there something im doing wrong because if i add that 2nd line my first follow bot does the same thing also and wont work but when i remove it all it works fine HELP PLZ!!!!