# Chapter 1 if/else wrapper:
# ---------------------------------------
focus_mask True
if not steambuild:
action [Hide ("ch1_kindrasd_01"),SetField(persistent,"ch1_sdcard_kindra_1", True),Show("dlbonusunlocked")]
else:
action [Hide ("ch1_kindrasd_01"),SetField(persistent,"ch1_sdcard_kindra_1", True),SetVariable("persistent.AAB1_23", persistent.AAB1_23 + 1), Function(steamaa23), Show("dlbonusunlocked")]
# Chapter 2 steam only:
# ---------------------------------------
focus_mask True
action [Hide ("ch2_kindrasd_01"),SetField(persistent,"ch2_sdcard_kindra_1", True),SetVariable("persistent.AAB1_23", persistent.AAB1_23 + 1),Function(steamaa23), Show("dlbonusunlocked")]
# Chapter 3 steam only:
# ---------------------------------------
focus_mask True
action [Hide ("ch3_artemissd_01"),SetField(persistent,"ch3_sdcard_artemis_1", True),SetVariable("persistent.AAB1_23", persistent.AAB1_23 + 1),Function(steamaa23),Show("dlbonusunlocked")]
# Chapter 4 steam only:
# ---------------------------------------
focus_mask True
action [Hide ("ch4_dksd_01"),SetField(persistent,"ch4_sdcard_dk_1", True),SetVariable("persistent.AAB1_23", persistent.AAB1_23 + 1),Function(steamaa23), Show("dlbonusunlocked")]
# Chapter 5 non-steam only:
# ---------------------------------------
focus_mask True
action [Hide ("ch5_vsd_01"),SetField(persistent,"ch5_sdcard_v_1", True), Show("dlbonusunlocked")]