Signup Now
Results 1 to 2 of 2

Thread: move itens

  1. #1
    Free User
    Join Date
    Jun 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0

    move itens

    How do I add more items without a bug?

    como faco para adicionar mais itens sem bug


    init start
    item = 'shockwave amulet'
    backpackTO = 'Camouflage Backpack'
    backpackFROM = 'Dragon Backpack'
    init end


    auto(400,700)
    moveitems(item, backpackTO, backpackFROM)

  2. #2
    Free User
    Join Date
    Sep 2014
    Posts
    43
    Reputation
    19
    Rep Power
    0
    auto(100)
    item1 = 'shockwave amulet'
    item2 = 'shockwave amulet'
    item3 = 'shockwave amulet'
    item4 = 'shockwave amulet'
    backpackTO = 'Camouflage Backpack'
    backpackFROM = 'Dragon Backpack'


    moveitems(item1, backpackTO, backpackFROM)
    moveitems(item2, backpackTO, backpackFROM)
    moveitems(item3, backpackTO, backpackFROM)
    moveitems(item4, backpackTO, backpackFROM)

 

 

Posting Permissions

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