Advertisement
ldevillez

Untitled

Nov 20th, 2016
3,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.51 KB | None | 0 0
  1.  
  2.    fun{MyFunction Map}
  3.       local FUN in
  4.      fun{FUN Time}
  5.         local Pos1 Pos2 Pos3 Pos4 X Y V R in
  6.            X = 200.0
  7.            Y = 400.0
  8.            Pos1 = pt(x:X y:200.0)
  9.            Pos2 = pt(x:X y:400.0)
  10.            Pos3 = pt(x:Y y:200.0)
  11.            Pos4 = pt(x:Y y:400.0)
  12.            V = realitem(kind:water p1:Pos1 p2:Pos2 p3:Pos3 p4:Pos4)
  13.            R = pokeitem(kind:pokemon position:Pos2)
  14.            V
  15.         end
  16.      end
  17.      
  18.      [fun{$ Time} pokeitem(kind:pokemon position:pt(x:Time y:250.0))end FUN]
  19.       end
  20.      
  21.    end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement