For all the followers of our games and company - Bohemia Interactive

Post tutorial Report RSS OT-64 SKOT - open/close doors

How to open/close (already opened) doors on OT-64 SKOT. You may manage front and back doors.

Posted by on - Intermediate Level Design/Theory

To open the front doors (for driver and commander) use in the init line of the vehicle or in the script this code:

skot animate ["BackDoorL",1];
skot animate ["BackDoorP",1];


Where "skot" is the name of the vehicle in the editor.

To open the back cargo doors use in the init line of the vehicle or in the script this code:

skot animate ["FrontDoorL",1];
skot animate ["FrontDoorP",1];


Where "skot" is the name of the vehicle in the editor.
To close the front doors (for driver and commander) use in the init line of the vehicle or in the script this code:


skot animate ["BackDoorL",0];
skot animate ["BackDoorP",0];

Where "skot" is the name of the vehicle in the editor.

To close the back cargo doors use in the init line of the vehicle or in the script this code:


skot animate ["FrontDoorL",0];
skot animate ["FrontDoorP",0];

Where "skot" is the name of the vehicle in the editor.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: