Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop Vials at the floor.
#1
Need macro wich one is dropping empty vials at the floor.
[Image: sGmYH7p.png]

_____________________________________________
Reply
#2
1000 {Drop Gold} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=50 Map.Thrown(3031, 50, !X!, !Y!, !Z!)

1000 {Drop vial small} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=100 Map.Thrown(285, 50, !X!, !Y!, !Z!)

1000 {Drop vial strong} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=200 Map.Thrown(283, 50, !X!, !Y!, !Z!)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)