level 10
好吧,举例子:
command = { type = add_division value = transport when = 3 }
这里,command = { } 的括号里填的就是语句, type = 后面写的就是指令(add_division,刷出一个师),value = 后面写的就是部队类型参数(transport,运输舰), when = 后面写的就是科技参数(不同部队上限不一样,过了会显示不出来)。另外command = { type = add_division which = "朱德号 "value = carrier when = 4 where = CAG }
里面的 where = 后面写的是附加旅参数。
2009年11月24日 10点11分
9
level 1
#########################################################################
# ARM
#########################################################################
event = {
id = 9994
random = no
country = GER
name = "组建德械师第一阶段 陆军! "
desc = "为了实行全球统治,我们必须建立更强大,更先进的陆军!"
trigger = { ai = no }
style = 0
action_a = {
name = "立即执行!"
command = { type = add_corps which = "北欧赫尔辛基集团军 " value = land where = 142 }
command = { type = add_division which = "北欧第一集团军指挥部 " value = hq when = 2 where = engineer }
command = { type = add_division which = "H 1师 " value = armor when = 5 where = super_heavy_armor }
command = { type = add_division which = "H 2师 " value = armor when = 5 where = heavy_armor }
command = { type = add_division which = "H 3师 " value = armor when = 5 where = heavy_armor }
command = { type = add_division which = "H 4师 " value = bergsjaeger when = 3 where = anti_tank }
command = { type = add_division which = "H 5师 " value = bergsjaeger when = 3 where = artillery }
command = { type = add_division which = "H 6师 " value = mechanized when = 3 where = sp_artillery }
command = { type = add_division which = "H 7师 " value = mechanized when = 3 where = sp_rct_artillery }
command = { type = add_division which = "H 8师 " value = cavalry when = 5 where = light_armor_brigade }
command = { type = add_division which = "H 9师 " value = infantry when = 5 where = anti_air }
command = { type = add_division which = "H 10师 " value = infantry when = 5 where = armored_car }
command = { type = add_division which = "H 11师 " value = infantry when = 5 where = tank_destroyer }
}
}
结果,游戏出现错误,跳出~~~TAT 咋办啊???
2010年01月12日 11点01分
12