新手玩家

- 贡献度
- 2
- 金元
- 660
- 积分
- 14
- 精华
- 0
- 注册时间
- 2011-4-20
|
本帖最后由 晴寿 于 2014-2-12 19:42 编辑
--爨珏瘌栾 桡痤赅
mothership = CreateCarcass("Mothership_arba",Vector3(0, 0, 0), Vector3(0,0,1));
MothershipPilot=CreatePilot("BasePilot");
AddPilotToPlayer(MothershipPilot);
mothership:AssignPilot(MothershipPilot);
MothershipFlight=PlayerGroup:CreateFlight(PLAYER_MOTHERSHIP);
MothershipFlight:AddShip(mothership);
mothership:AddModuleToInventory("BS_ShAmp4", 6);
mothership:AddModuleToInventory("GunAmp2", 20);
mothership:AddModuleToInventory("ECM4", 20);
mothership:AddModuleToInventory("TVC3a", 20);
母舰修改成功了。。但是修改的装备没出来啊。。。怎么破~~~ 我只改了这一段~
|
|