TWOBLOCK PLATFORM

From TRLE Wiki

Jump to: navigation, search
TWOBLOCK_PLATFORM
Name TWOBLOCK_PLATFORM
Slot  ?
Type Structure

The TWOBLOCK_PLATFORM object is a platform that takes 2x2 blocks. It requires a trigger for it below it or Lara will fall through. You can use a DUMMY trigger here if there is no need to trigger the actual object. The way it works depends on the OCB code.

[edit] Raising platform

With OCB code the object is a raising platform that will go up when it's triggered. You can set the number of clicks it must rise as well as the speed in the OCB. The correct OCB code can be found with the following calculation:

Height * 16 + Speed

Speed must be a value between 0 and 15.

[edit] Lowering platform

Without an OCB code, the object will lower itself 1 click when Lara stands on it. It has to be triggered to be activated. When Lara steps off, the platform will raise again to the original position. Pushable objects on the object will also lower and raise and cannot be pushed off the platform if it's lowered.

[edit] TREP

Using TREP the effect of this object can be changed. The speed and height of the platform without OCB code can be changed. Also for both modes the direction can be inverted. Also the ONEBLOCK_PLATFORM can be activated to behave the same, but with different mesh and settings, so you can have 2 different platforms.

Personal tools