void main() { object oDoor = GetObjectByTag("ty_puzzledoor2"); ActionUnlockObject(oDoor); ActionOpenDoor(oDoor); }