Signup Now
Results 1 to 6 of 6
  1. #1
    Free User
    Join Date
    Feb 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Need an advice with moveitems script

    Hello,

    I need to set up a script that will throw three from six parcels on ground, im trying to use

    moveitems('parcel', 'ground)
    wait(500, 1000)

    but it throws all of six parcels on the ground instead of three

    How can i make it throw only three parcels?

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by youfail View Post
    Hello,

    I need to set up a script that will throw three from six parcels on ground, im trying to use

    moveitems('parcel', 'ground)
    wait(500, 1000)

    but it throws all of six parcels on the ground instead of three

    How can i make it throw only three parcels?
    try....

    moveitems('parcel', 'ground, 3)

  3. #3
    Free User
    Join Date
    Feb 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    I'v tried that, doesnt work, still throws all parcels on ground.

  4. #4
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    21
    moveitemsdownto("parcel", "3", "from", "ground")
    waitping()


    I think this would work, just set the bp you want to move from.

  5. #5
    Free User
    Join Date
    Feb 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Still not there :/

    213.jpg

    Thanks for trying tho, any more ideas?

  6. #6
    Free User Stephano's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    430
    Reputation
    43
    Rep Power
    21
    Quote Originally Posted by youfail View Post
    Still not there :/

    213.jpg

    Thanks for trying tho, any more ideas?
    Sorry, I made a simple mistake, just remove the quotation marks from the number.
    moveitemsdownto("parcel", 3, "from", "ground")
    waitping()

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •