Hi all,
I have a working CC that I'm happy with, the only thing that I don't have implemented is telegraph management. Is there a good approach in WB to deal with telegraphs?
Also, are compiled class libraries not accepted by WB? I can get pure .cs classes to be imported but it doesn't appear to pickup the dll if I put in the routine folder.
Edit: I should add that I understand that Telegraph has a method Contains(Vector3 position) that I can tell whether or not a position is in a danger position. What I'm not sure on is the most effective way to get a safe position.
I have a working CC that I'm happy with, the only thing that I don't have implemented is telegraph management. Is there a good approach in WB to deal with telegraphs?
Also, are compiled class libraries not accepted by WB? I can get pure .cs classes to be imported but it doesn't appear to pickup the dll if I put in the routine folder.
Edit: I should add that I understand that Telegraph has a method Contains(Vector3 position) that I can tell whether or not a position is in a danger position. What I'm not sure on is the most effective way to get a safe position.
Last edited: