Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. GameStatus.CurrentMapCell [х] [у + 1] .LandPosition = GameStatus.LandPosition [
  2.   setLandPosition ({
  3.     LandType : GameStatus.CurrentMapCell [х] [у + 1] .LandType,
  4.     uLandType : GameStatus.CurrentMapCell [X] [Y]. LandType,
  5.     rLandType : GameStatus.CurrentMapCell [х + 1] [у + 1] .LandType,
  6.     dLandType : GameStatus.CurrentMapCell [X] [Y + 2] .LandType,
  7.     lLandType : GameStatus.CurrentMapCell [х-1] [у + 1 ] .LandType
  8.   })
  9. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement