Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Dum02: HousesDatadisk {
- model = "\O\Hous\KBud";
- animated = 1;
- class Animations {
- class Dvere1 {
- type = "rotation";
- animPeriod = 1;
- selection = "dvere1";
- axis = "osa_dvere1";
- angle0 = 0;
- angle1 = -1.6;
- };
- };
- class UserActions {
- class OpenDoors {
- displayName = "$STR_DN_OUT_O_DOOR";
- position = "osa_dvere1";
- radius = 2.5;
- condition = "this animationPhase ""Dvere1"" < 0.5";
- statement = "this animate [""Dvere1"", 1]";
- };
- class CloseDoors {
- displayName = "$STR_DN_OUT_C_DOOR";
- position = "osa_dvere1";
- radius = 2.5;
- condition = "this animationPhase ""Dvere1"" >= 0.5";
- statement = "this animate [""Dvere1"", 0]";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement