Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Dec 2015
    Posts
    24
    Reputation
    10
    Rep Power
    0

    Action for check cap of bp

    I need action to check Cap of bp for example :
    when i open bp and red bp weight more than 100 cap then go to label.
    Is that possible to check cap and create 'if then' ???

  2. #2
    Free User pedegie's Avatar
    Join Date
    Dec 2015
    Location
    Poland
    Posts
    264
    Reputation
    28
    Rep Power
    17
    local bp = "red backpack"
    if bp.weight > 100 then
    gotolabel('labelName')
    end

 

 

Tags for this Thread

Posting Permissions

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