Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class CloseDoor4: CloseDoor1
  2. {
  3. position = Door4_trigger;
  4. condition = (this animationPhase 'Door4_rot') >= 0.5;
  5. statement = (this animate ['Door4_rot', 0]);
  6. };
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement