dml courtesy Glypher to prevent potential crash to desktop (CTD) in mission 2 (Impious Pilgrimage)
If you have already caught a butterfly with the empty jar catching another butterfly may cause a CTD as all 5 butterflies have a 'destroy empty jar' command, so once you have destroyed the empty jar further ‘destroy empty jar’ commands could cause the CTD.
Code:DML1 //T2 FM: Impious Pilgrimage (Godbreaker) by Rob Strain (Random_Taffer) / Fixes: miss18.mis.dml //bugs -MetaProp 3314 -7688 -MetaProp 3325 -7688 -MetaProp 3329 -7688 -MetaProp 3340 -7688 -MetaProp 3347 -7688 +Receptron 3314 "BugStim" { Max 1.10 Target 3508 Effect "frob_obj" } ++Receptron 3314 "BugStim" { Max 1.10 Target Me Effect "slay" } +Receptron 3325 "BugStim" { Max 1.10 Target 3508 Effect "frob_obj" } ++Receptron 3325 "BugStim" { Max 1.10 Target Me Effect "slay" } +Receptron 3329 "BugStim" { Max 1.10 Target 3508 Effect "frob_obj" } ++Receptron 3329 "BugStim" { Max 1.10 Target Me Effect "slay" } +Receptron 3340 "BugStim" { Max 1.10 Target 3508 Effect "frob_obj" } ++Receptron 3340 "BugStim" { Max 1.10 Target Me Effect "slay" } +Receptron 3347 "BugStim" { Max 1.10 Target 3508 Effect "frob_obj" } ++Receptron 3347 "BugStim" { Max 1.10 Target Me Effect "slay" } +ObjProp 3508 "DesignNote" { "" NVDeleteTrapOn="FrobWorldEnd"; NVDeleteTrapTarget=3505; NVDeleteTrapCount=1 } +ObjProp 3508 "Scripts" { "Script 0" NVDeleteTrap }