作者Nuremburg (叛国者 呆伯特‧爱因斯坦)
看板Paradox
标题[问题] 写好的事件出不来
时间Mon Jun 16 08:52:07 2008
读取剧本的时候没问题
却无法触发
用F12强制触发後 仍然没有效果
但是......
F12的画面也没有指令错误的讯息
事件如下
#########################################################################
# Bermuda - The last Fort of England
#########################################################################
event = {
id = 7000001
random = no
country = ENG
trigger = {
owned = { province = 56 data = GER } # Paris has fallen
owned = { province = 175 data = GER } # Moscow has fallen
control = { province = 141 data = GER } # London has fallen
owned = { province = 1572 data = GER } # Sverdlovsk has fallen
}
name = "The last Fort of England"
desc = "We have to Built Bermuda as our last hope"
style = 0
picture = "Bermuda"
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1999 }
action_a = {
name = "Built Bermuda as our last hope"
command = { type = province_keypoints which = 583 value = 1 }
command = { type = manpowerpool value = 100 }
command = { type = construct which = ic where = 583 value = 10 }
command = { type = construct which = coastal_fort where = 583 value =
10 }
command = { type = construct which = ic where = 583 value = 10 }
command = { type = construct which = infrastructure where value = 100 }
command = { type = construct which = coastal_fort where = 583 value =
10 }
command = { type = construct which = land_fort where = 583 value = 10 }
command = { type = construct which = flak where = 583 value = 10 }
command = { type = construct which = air_base where = 583 value = 10 }
command = { type = construct which = naval_base where = 583 value = 10
}
command = { type = construct which = radar_station where = 583 value =
10 }
command = { type = add_to_pattern which = GER value = 2 where = 583
when = blizzard
command = { type = add_prov_resource which = 583 value = 60 where =
energy
command = { type = add_prov_resource which = 583 value = 30 where =
metal
command = { type = add_prov_resource which = 583 value = 15 where =
rare_materials
command = { type = add_prov_resource which = 583 value = 30 where =
oil
}
}
--
小德意志 联邦德国 上西利西亚 东西普鲁士 波美拉尼亚 但泽 梅美尔 波森 科尔丁
大德意志 奥地利 苏台德兰 亚尔萨斯-洛林 斯洛维尼亚 列支敦士登 卢森堡 瑞士
列日 提兰蒂诺
非 洲 喀麦隆 多哥 纳米比亚 蒲隆地 坦尚尼亚
亚 洲 新几内亚 萨摩亚 索罗门群岛 加罗林群岛 马里亚纳群岛 诺鲁 马绍尔群岛
河 流 莱茵河 威悉河 易北河 奥得河 维斯拉河 多瑙河
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 123.194.181.72
1F:推 LORDJACK:这event ID 能这麽长吗? 06/16 11:42
2F:推 dany9177:可以,我打过比这个更长的流水编号。 06/16 12:10
3F:推 Transfinite:放在哪个档案? 06/16 12:55
4F:→ Nuremburg:我放在Germany那个档案里面 06/16 12:56
5F:推 Transfinite:@_@ 06/16 13:06
6F:推 aleelyle:Debug要旨:把长指令缩短,像把前面一堆command减为剩一个 06/16 13:10
7F:→ aleelyle:确定错误是在哪一区 06/16 13:11
8F:推 alexlic:把巴黎,莫斯科等三个占领地的指令改成control试试~~ 06/16 19:29
9F:→ alexlic:owned似乎是表示此领土是你的固有土且由你control之状态~~ 06/16 19:35
10F:→ alexlic:举例而言:1936年时,国府对南京这块领土状态即可用owned~ 06/16 19:37