Advertisement
ZoriaRPG

Walk in From North FFC

Mar 5th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. ffc script WalkInFromNorth
  2. {
  3.      void run()
  4.      {
  5.           while(LinkCollision(this)
  6.           {
  7.                --Link->Y;
  8.           }
  9.      }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement