PUSHABLE OBJECT
From TRLE Wiki
| | |
| Name | PUSHABLE OBJECT |
| Slot | ? |
| Type | Structure |
The pushable object 1-5 slots are objects Lara can push around. They are not climable like in TR1-3, however using TREP or NGLE they can be made climbable. They pushables do have lots of other effects.
Contents |
[edit] Moving up/down
The pushables cannot be pushed over edges or on slopes. However they can be pushed on the RAISING_BLOCK and TRAPDOOR objects. When a trapdoor is triggered, the pushable will fall to the floor below it. With the raising blocks, the pushable will also raise or lower to the new height. There is no animation however, the pushable will teleport up and down, which doesn't look good. You should only do this when the player cannot see the object.
Pushable objects can also be used with the TWOBLOCK_PLATFORM object. With that object, the pushable will raise and lower smoothly. It can be both used to lower the pushable when Lara stands on the platform, and raising the pushable to a higher level. However the pushable cannot be pushed off the platform when it has been raised.
[edit] Hammer
The HAMMER object is be able to shatter pushables. The pushable must be placed below the hammer object. When the hammer hits the pushable, it will shatter into pieces and will be removed from the map.
[edit] Triggers
Pushable objects will activate HEAVY and HEAVYANTITRIGGER triggers when they are pushed onto them. They can also activate HEAVYSWITCH triggers when they are placed over them. For that both pushable and trigger must have the same code bit buttons pressed. You can't activate all 5 codebits because that disables the pushable. When you want to activate an object this way, you need to enable the remaining codebits in the OCB menu of the object.
[edit] Disabling
A pushable is disabled when all 5 codebits are active. This can be done by triggering it, or pressing them in the OCB menu. Another way to disable a pushable is using the PLANET_EFFECT object. When a planet effect is triggered, it will disable all pushables that has the same OCB value.
