[CENTER][IMG]http://www.hqboard.net/attachment.php?attachmentid=9901&d=1338975102[/IMG][/CENTER]
Heute wurde der Code veröffentlicht mit dem Scripts und Tools von Dritten, für das Browsergame [B]Tiberium Alliances[/B], erstellt werden können. Phenomic lässt außerdem verlauten, dass Scripts und Tools mit anderen Schnittstellen nicht unterstützt werden.
[CODE]Quote:var ownCity = ClientLib.Data.MainData.GetInstance().get_Cities().get_CurrentOwnCity();
var city = ClientLib.Data.MainData.GetInstance().get_Cities().get_CurrentCity();
ownCity.get_CityArmyFormationsManager().set_CurrentTargetBaseId(city.get_Id());
ClientLib.Data.MainData.GetInstance().get_Combat().Clear();
city.SimulateBattle();
ClientLib.Data.MainData.GetInstance().get_Combat().set_Id(city.get_Id());
var app = qx.core.Init.getApplication();
app.getPlayArea().setView(webfrontend.gui.PlayArea.PlayArea.modes.EMode_CombatAttacker, city.get_Id(), 0, 0);[/CODE]
Quelle: [URL=“http://forum.alliances.commandandconquer.com/showthread.php?tid=11359″]TA-Forum[/URL]




