darthsLair on 18/6/2009 at 00:38
Cool! First City Bank and Trust and Masks are my two most favorite OM's in T2.
My favorite OM's in TG is All of them! :laff::laff: I had a heck of a time getting into the Metal Age, after enjoying the Dark Themes in TG.
The T2 editor with the Custom Menus and Dromed Tool kit, is like a Caddilac, versus Dromed 1.37:) The Sequel is coming :sweat:
fortuni on 18/2/2022 at 08:23
dml courtesy Jax
Fixes
- Goal 'Don't let the President see You! Don't attack Him' (Now if you attack him the mission fails)
- Misplaced objects
Code:
DML1
// T2 FM: Wicked Webs We Weave by DarthsLair / Fixes: miss20.mis.dml
#script "nvscript"
//goal 19
ObjProp 1030 "Scripts"
{
"Script 0" NVIncapacitatedMessages
"Script 1" NVRelayTrap
"Script 2" ""
}
+ObjProp 1030 "DesignNote"
{
"" NVRelayTrapOn="Incapacitated" NVRelayTrapOff="Null"; NVRelayTrapTDest="failpresseen"
}
//bucket
+ObjProp 126 "Scripts"
{
"Script 0" NVSetPropertyTrap
}
+ObjProp 126 "DesignNote"
{
"" NVSetPropertyTrapOn="Sim"; NVSetPropertyTrapProperty="PhysControl"; NVSetPropertyTrapSubProperty="Controls Active"; NVSetPropertyTrapValue=24
}
//positions
-ObjProp 1667 "PhysType"
ObjProp 1667 "Position"
{
"Location" -52.3921, 84.5154, 21.3918
}
-ObjProp 1236 "PhysType"
ObjProp 1236 "Position"
{
"Location" 49.7088, 34.0911, 36
}
+ObjProp 1236 "PhysType"
{
"Type" OBB
}
ObjProp 859 "Position"
{
"Location" 53, -152, 19.884
}