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