Advertisement
OmerMor

The Colonel's Bequest - Flying Statue Easter Egg

Dec 31st, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.41 KB | None | 0 0
  1.   (if (== Random(1 200) 95)
  2.       (Plane:
  3.           loop(1)
  4.           play()
  5.       )
  6.       (airplane:
  7.           setCycle(Fwd)
  8.           illegalBits(0)
  9.           setLoop(3)
  10.           ignoreHorizon(1)
  11.           xStep(10)
  12.           setMotion(MoveTo 380 68)
  13.           init()
  14.       )
  15.   )
  16.  
  17.   (instance airplane of Act
  18.     (properties
  19.         y 68
  20.         x -120
  21.         view 104
  22.         loop 3
  23.     )
  24.   )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement