Marbrien on 10/3/2016 at 08:56
Yes, the locked door frobs. I finally got it to open. I think all 5 switches have to be in the "on" position. But the player first encounters these switches without really knowing what they do, and it is all too easy to frob them more than once and thereby accidentally leave them in the "off" position. Finished now, thanks.
fortuni on 25/3/2021 at 15:17
dmls courtesy Jax to fix end game stats in both missions
Mission 1Code:
DML1
//T2 FM: A New Place for Ghosts (The Garden) by Pedro Quintela (Cardia) //miss20.mis.dml
//pickpockets
+ObjProp 176 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+ObjProp 176 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 176 "TrapQVar"
{
"" =2:PickTotal
}
Mission 2Code:
DML1
//T2 FM: A New Place for Ghosts (The Garden) by Pedro Quintela (Cardia) //miss21.mis.dml
//pickpockets
+ObjProp 881 "DiffTurnOn"
{
"quest var values" 0, 1, 2
}
+ObjProp 881 "Scripts"
{
"Script 0" TrapSetQVar
}
+ObjProp 881 "TrapQVar"
{
"" =1:PickTotal
}