Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. LeftCommand: auto 1 {if [$istileitem.($posx).($posy-1).($posz).5949] {moveitemonground $posx [$posy-1] $posz $posx $posy $posz} | {if [$istileitem.($posx).($posy+1).($posz).5949] {moveitemonground $posx [$posy+1] $posz $posx $posy $posz} | {if [$istileitem.($posx-1).($posy-1).($posz).5949] {moveitemonground [$posx-1] [$posy-1] $posz $posx $posy $posz} | {if [$istileitem.($posx+1).($posy+1).($posz).5949] {moveitemonground [$posx+1] [$posy+1] $posz $posx $posy $posz} |
  2. RightCommand:
  3.  
  4. State: Inactive
  5. IconType: Normal
  6. IconIds: 3253 0 0 0
  7. BkgType: Normal
  8. BkgIds: 0 0 0 0
  9. AlignX: Absolute
  10. PositionX: 1500
  11. AlignY: Absolute
  12. PositionY: 700
  13. Text: BP OFF
  14. TextColor: 16711680
  15. HoverColor: 255
  16.  
  17. State: Active
  18. IconType: Normal
  19. IconIds: 3253 0 0 0
  20. BkgType: Normal
  21. BkgIds: 0 0 0 0
  22. AlignX: Absolute
  23. PositionX: 1500
  24. AlignY: Absolute
  25. PositionY: 700
  26. Text: BP ON
  27. TextColor: 255
  28. HoverColor: 16711680
  29.  
  30. Name: DRAG BP2
  31. Enabled: yes
  32. DrawAsBackground: no
  33. Size: Small
  34. LeftCommand: auto 1 {if [$istileitem.($posx-1).($posy).($posz).5949] {moveitemonground [$posx-1] $posy $posz $posx $posy $posz} | {if [$istileitem.($posx-1).($posy+1).($posz).5949] {moveitemonground [$posx-1] [$posy+1] $posz $posx $posy $posz} | {if [$istileitem.($posx+1).($posy).($posz).5949] {moveitemonground [$posx+1] $posy $posz $posx $posy $posz} | {if [$istileitem.($posx+1).($posy-1).($posz).5949] {moveitemonground [$posx+1] [$posy-1] $posz $posx $posy $posz}
  35. RightCommand:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement