看板 Paradox 關於我們 聯絡資訊
讀取劇本的時候沒問題 卻無法觸發 用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
LORDJACK:這event ID 能這麼長嗎? 06/16 11:42
dany9177:可以,我打過比這個更長的流水編號。 06/16 12:10
Transfinite:放在哪個檔案? 06/16 12:55
Nuremburg:我放在Germany那個檔案裡面 06/16 12:56
Transfinite:@_@ 06/16 13:06
aleelyle:Debug要旨:把長指令縮短,像把前面一堆command減為剩一個 06/16 13:10
aleelyle:確定錯誤是在哪一區 06/16 13:11
alexlic:把巴黎,莫斯科等三個佔領地的指令改成control試試~~ 06/16 19:29
alexlic:owned似乎是表示此領土是你的固有土且由你control之狀態~~ 06/16 19:35
alexlic:舉例而言:1936年時,國府對南京這塊領土狀態即可用owned~ 06/16 19:37